diff --git a/src/xdocs/config_javadoc.xml b/src/xdocs/config_javadoc.xml
index 71cfb410e..62fcbe536 100644
--- a/src/xdocs/config_javadoc.xml
+++ b/src/xdocs/config_javadoc.xml
@@ -260,7 +260,7 @@ public int checkReturnTag(final int aTagIndex,
| allowMissingThrowsTags |
whether to ignore errors when a method declares
- that it throws exceptions but does have matching throws tags
+ that it throws exceptions but does not have matching throws tags
in the javadoc. |
Boolean |
false |
@@ -268,7 +268,7 @@ public int checkReturnTag(final int aTagIndex,
| allowMissingReturnTag |
whether to ignore errors when a method returns
- non-void type does have a return tag in the javadoc. |
+ non-void type and does not have a return tag in the javadoc.
Boolean |
false |