mirror of
https://github.com/throwtheswitch/cexception.git
synced 2026-09-04 09:19:58 +00:00
docs: fix simple typo, othertimes -> other times
There is a small typo in README.md, docs/CException.md. Should read `other times` rather than `othertimes`.
This commit is contained in:
+1
-1
@@ -145,7 +145,7 @@ to successfully utilize this library:
|
||||
|
||||
3. Memory which is `malloc`'d or `new`'d is not automatically released
|
||||
when an error is thrown. This will sometimes be desirable, and
|
||||
othertimes may not. It will be the responsibility of the `Catch`
|
||||
other times may not. It will be the responsibility of the `Catch`
|
||||
block to perform this kind of cleanup.
|
||||
|
||||
*Why?*
|
||||
|
||||
Reference in New Issue
Block a user