From 41412eb09cbf965834d1fc446aa46f827626cbec Mon Sep 17 00:00:00 2001 From: Johannes Link Date: Thu, 12 Nov 2020 10:39:25 +0100 Subject: [PATCH] Fix minor issues in user-guide and release notes (2nd try) --- docs/docs/1.3.8/user-guide.md | 2 +- docs/docs/current/user-guide.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/1.3.8/user-guide.md b/docs/docs/1.3.8/user-guide.md index 118ea6e3d..4323415d7 100644 --- a/docs/docs/1.3.8/user-guide.md +++ b/docs/docs/1.3.8/user-guide.md @@ -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. diff --git a/docs/docs/current/user-guide.md b/docs/docs/current/user-guide.md index 118ea6e3d..4323415d7 100644 --- a/docs/docs/current/user-guide.md +++ b/docs/docs/current/user-guide.md @@ -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.