Fix typo in Simple Statements documentation (GH-3809)

Replace "restriction" with "restrictions".
This commit is contained in:
kms70847 2017-09-28 15:54:48 -04:00 committed by Mariatta
parent d780b2d588
commit 8d59aca4a9
1 changed files with 1 additions and 1 deletions

View File

@ -931,7 +931,7 @@ annotation.
.. impl-detail::
The current implementation does not enforce some of these restriction, but
The current implementation does not enforce some of these restrictions, but
programs should not abuse this freedom, as future implementations may enforce
them or silently change the meaning of the program.