Skip to content

Commit f604a6b

Browse files
authored
[F.36] Typo (missing s) (#1623)
1 parent 6e0f8ac commit f604a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CppCoreGuidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5028,7 +5028,7 @@ If at all possible, consider failure to close/cleanup a fundamental design error
50285028

50295029
##### Note
50305030

5031-
Declare a destructor `noexcept`. That will ensure that it either completes normally or terminate the program.
5031+
Declare a destructor `noexcept`. That will ensure that it either completes normally or terminates the program.
50325032

50335033
##### Note
50345034

0 commit comments

Comments
 (0)