Skip to content

Commit dfc1a4d

Browse files
committed
Merge pull request isocpp#72 from AlexeyDmitriev/patch-1
Fixed typo
2 parents a786c4a + c32a12b commit dfc1a4d

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
@@ -1868,7 +1868,7 @@ so don't just springle `noexcept` all over the place.
18681868

18691869
**Enforcement**:
18701870

1871-
* Flag functions that are not `noexcept`, yet cannot thow
1871+
* Flag functions that are not `noexcept`, yet cannot throw
18721872
* Flag throwing `swap`, `move`, destructors, and default constructors.
18731873

18741874

0 commit comments

Comments
 (0)