mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
E.18: fix grammar (#1481)
This commit is contained in:
committed by
Sergey Zubkov
parent
622568271a
commit
d46c678048
@@ -15727,7 +15727,7 @@ Let cleanup actions on the unwinding path be handled by [RAII](#Re-raii).
|
|||||||
|
|
||||||
##### Reason
|
##### Reason
|
||||||
|
|
||||||
`try`/`catch` is verbose and non-trivial uses error-prone.
|
`try`/`catch` is verbose and non-trivial uses are error-prone.
|
||||||
`try`/`catch` can be a sign of unsystematic and/or low-level resource management or error handling.
|
`try`/`catch` can be a sign of unsystematic and/or low-level resource management or error handling.
|
||||||
|
|
||||||
##### Example, Bad
|
##### Example, Bad
|
||||||
|
|||||||
Reference in New Issue
Block a user