mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 20:54:41 +03:00
[F.36] Typo (missing s) (#1623)
This commit is contained in:
committed by
GitHub
parent
6e0f8ace0b
commit
f604a6b5d6
@@ -5028,7 +5028,7 @@ If at all possible, consider failure to close/cleanup a fundamental design error
|
|||||||
|
|
||||||
##### Note
|
##### Note
|
||||||
|
|
||||||
Declare a destructor `noexcept`. That will ensure that it either completes normally or terminate the program.
|
Declare a destructor `noexcept`. That will ensure that it either completes normally or terminates the program.
|
||||||
|
|
||||||
##### Note
|
##### Note
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user