mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Fixing typo / improving language in NR.3 (#1005)
Current text has a plurality typo ("separates" vs "separate"), modified version more precisely conveys the idea.
This commit is contained in:
parent
9c9d8d2dfc
commit
69f749bf7f
|
@ -19322,7 +19322,7 @@ Many, possibly most, problems with exceptions stem from historical needs to inte
|
|||
|
||||
The fundamental arguments for the use of exceptions are
|
||||
|
||||
* They clearly separates error return from ordinary return
|
||||
* They clearly differentiate between erroneous return and ordinary return
|
||||
* They cannot be forgotten or ignored
|
||||
* They can be used systematically
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user