Skip to content

Commit 6af9c2e

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#147 from DanielRosenwasser/patch-1
alternatios -> alternations
2 parents 6918fc9 + 7c7f6aa commit 6af9c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/regular-expressions-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The regular expression grammar to use is by specified by the use of one of the `
2626
- `extended`: The POSIX extended regular expressions or ERE.
2727
- `awk`: This is `extended`, but it has additional escapes for non-printing characters.
2828
- `grep`: This is `basic`, but it also allows newline ('\n') characters to separate alternations.
29-
- `egrep`: This is `extended`, but it also allows newline characters to separate alternatios.
29+
- `egrep`: This is `extended`, but it also allows newline characters to separate alternations.
3030

3131
By default, if no grammar is specified, `ECMAScript` is assumed. Only one grammar may be specified.
3232

0 commit comments

Comments
 (0)