[F.36] Typo (missing s) (#1623)

This commit is contained in:
Moritz 'Morty' Strübe
2020-05-20 17:34:11 +02:00
committed by GitHub
parent 6e0f8ace0b
commit f604a6b5d6

View File

@@ -5028,7 +5028,7 @@ If at all possible, consider failure to close/cleanup a fundamental design error
##### 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