Skip to content

Commit 38889d5

Browse files
Tyler WhitneyTyler Whitney
authored andcommitted
postfix->suffix
1 parent 374bca2 commit 38889d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/standard-library/basic-string-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4632,7 +4632,7 @@ Null-terminated character string containing the prefix to look for.
46324632
46334633
`starts_with()` is new in C++20. To use it, specify the [/std:c++latest](../build/reference/std-specify-language-standard-version.md) compiler option.
46344634
4635-
See [ends_with](#ends_with) to see if a string ends with the specified postfix.
4635+
See [ends_with](#ends_with) to see if a string ends with the specified suffix.
46364636
46374637
### Example
46384638

docs/standard-library/basic-string-view-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ Null-terminated character string containing the prefix to look for.
10181018
10191019
`starts_with()` is new in C++20. To use it, specify the [/std:c++latest](../build/reference/std-specify-language-standard-version.md) compiler option.
10201020
1021-
See [ends_with](#ends_with) to see if a string ends with a postfix.
1021+
See [ends_with](#ends_with) to see if a string ends with a suffix.
10221022
10231023
### Example
10241024

0 commit comments

Comments
 (0)