mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Fix typo in error handling intro
This commit is contained in:
parent
69d48f76c7
commit
d49c720e98
|
@ -14782,7 +14782,7 @@ The rules are designed to help avoid several kinds of errors:
|
||||||
* Resource leaks (including memory leaks)
|
* Resource leaks (including memory leaks)
|
||||||
* Bounds errors
|
* Bounds errors
|
||||||
* Lifetime errors (e.g., accessing an object after is has been `delete`d)
|
* Lifetime errors (e.g., accessing an object after is has been `delete`d)
|
||||||
* Complexity errors (logical errors make likely by overly complex expression of ideas)
|
* Complexity errors (logical errors made likely by overly complex expression of ideas)
|
||||||
* Interface errors (e.g., an unexpected value is passed through an interface)
|
* Interface errors (e.g., an unexpected value is passed through an interface)
|
||||||
|
|
||||||
Error-handling rule summary:
|
Error-handling rule summary:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user