Fix a typo (#1300)

This commit is contained in:
Andriy Berestovskyy 2018-12-18 20:19:06 +01:00 committed by Herb Sutter
parent 0fe73c966d
commit a7fc6f6d4e

View File

@ -18640,7 +18640,7 @@ Examples are `.hh`, `.C`, and `.cxx`. Use such names equivalently.
In this document, we refer to `.h` and `.cpp` as a shorthand for header and implementation files,
even though the actual extension may be different.
Your IDE (if you use one) may have strong opinions about suffices.
Your IDE (if you use one) may have strong opinions about suffixes.
##### Example