Skip to content

Commit

Permalink
Fix minor issues in user-guide and release notes (2nd try)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlink committed Nov 12, 2020
1 parent 22800f9 commit 41412eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/1.3.8/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@ Shrinking moves towards the start of the frequency list.
### Email Address Generation

To generate email addresses you can call up the static method
[`Arbitraries.emails()`](/docs/1.3.8/javadoc/net/jqwik/api/Arbitraries.html#emails--).
[`Arbitraries.emails()`](/docs/1.3.8/javadoc/net/jqwik/api/Arbitraries.html#emails()).

An email address consists of two parts: `local-part` and `domain`. The complete email address is therefore `local-part@domain`.
The `local-part` can be `unquoted` or `quoted`, which allows for more characters.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/current/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@ Shrinking moves towards the start of the frequency list.
### Email Address Generation

To generate email addresses you can call up the static method
[`Arbitraries.emails()`](/docs/1.3.8/javadoc/net/jqwik/api/Arbitraries.html#emails--).
[`Arbitraries.emails()`](/docs/1.3.8/javadoc/net/jqwik/api/Arbitraries.html#emails()).

An email address consists of two parts: `local-part` and `domain`. The complete email address is therefore `local-part@domain`.
The `local-part` can be `unquoted` or `quoted`, which allows for more characters.
Expand Down

0 comments on commit 41412eb

Please sign in to comment.