mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
Fix punctuation in ES.77 (#1363)
This commit is contained in:
committed by
Sergey Zubkov
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.
|
||||
|
||||
???
|
||||
|
||||
|
||||
Reference in New Issue
Block a user