E.18: fix grammar (#1481)

This commit is contained in:
beinhaerter
2019-07-22 22:00:36 +02:00
committed by Sergey Zubkov
parent 622568271a
commit d46c678048

View File

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