JS: remove a comma

This commit is contained in:
Asger F
2018-11-06 12:24:34 +00:00
parent e670919807
commit 1252cde7f3

View File

@@ -16,7 +16,7 @@ Carefully inspect the assignment to check for misspellings or missing qualifiers
</p>
<p>
If the self-assignment is intentional, and is needed for documentation or optimization purposes,
If the self-assignment is intentional and is needed for documentation or optimization purposes,
add a JSDoc comment with a <tt>@type</tt> tag. This will indicate the self-assignment is intentional.
</p>