Fix typo in error handling intro

This commit is contained in:
Ian Hattendorf 2018-04-17 16:26:35 -07:00 committed by Jonathan Wakely
parent 69d48f76c7
commit d49c720e98

View File

@ -14782,7 +14782,7 @@ The rules are designed to help avoid several kinds of errors:
* Resource leaks (including memory leaks)
* Bounds errors
* 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)
Error-handling rule summary: