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:
Jonathan Bohren 2017-07-25 03:15:49 -04:00 committed by Jonathan Wakely
parent 9c9d8d2dfc
commit 69f749bf7f

View File

@ -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