Fix punctuation in ES.77 (#1363)

This commit is contained in:
Amir Livneh 2019-03-02 15:21:27 -05:00 committed by Sergey Zubkov
parent 5750f1ee86
commit b933b03329

View File

@ -12634,7 +12634,7 @@ Often, a loop that requires a `break` is a good candidate for a function (algori
???
Often. a loop that uses `continue` can equivalently and as clearly be expressed by an `if`-statement.
Often, a loop that uses `continue` can equivalently and as clearly be expressed by an `if`-statement.
???