mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Fix punctuation in ES.77 (#1363)
This commit is contained in:
parent
5750f1ee86
commit
b933b03329
|
@ -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.
|
||||
|
||||
???
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user