Skip to content

Commit fc383d6

Browse files
committed
Updated #1570
Typo
1 parent 63ceef6 commit fc383d6

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
@@ -19190,7 +19190,7 @@ The [standard](http://eel.is/c++draft/cpp.include) provides flexibility for comp
1919019190
the two forms of `#include` selected using the angle (`<>`) or quoted (`""`) syntax. Vendors take
1919119191
advantage of this and use different search algorithms and methods for specifying the include path.
1919219192

19193-
Never the less, the guidance is to use the angle form when possible. This supports the fact that the
19193+
Nevertheless, the guidance is to use the angle form when possible. This supports the fact that the
1919419194
standard library headers must be included this way, is more likely to create portable code, and enables
1919519195
the quoted form for other uses. For example being clear about the locality of the header relative
1919619196
to files that includes it or in scenarios where the different search algorithm is required.

0 commit comments

Comments
 (0)