Issue #3800: Typo in website documentation for JavadocMethod

This commit is contained in:
Roman Ivanov 2017-02-09 09:15:17 -08:00
parent dab7a9af0e
commit fef078d8cd
1 changed files with 2 additions and 2 deletions

View File

@ -260,7 +260,7 @@ public int checkReturnTag(final int aTagIndex,
<tr>
<td>allowMissingThrowsTags</td>
<td>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.</td>
<td><a href="property_types.html#boolean">Boolean</a></td>
<td><code>false</code></td>
@ -268,7 +268,7 @@ public int checkReturnTag(final int aTagIndex,
<tr>
<td>allowMissingReturnTag</td>
<td>whether to ignore errors when a method returns
non-void type does have a return tag in the javadoc.</td>
non-void type and does not have a return tag in the javadoc.</td>
<td><a href="property_types.html#boolean">Boolean</a></td>
<td><code>false</code></td>
</tr>