Skip to content

Commit 5a7c0e9

Browse files
committed
Fix grammar
1 parent a24a6a4 commit 5a7c0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3857-cfg-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ If `IDENTIFIER` has no value or is undefined, this will evaluate to `false`.
195195

196196
If `IDENTIFIER` is not a valid [SemVer](https://semver.org/) value, this will evaluate to `false`.
197197

198-
If the string literal is does not conform to the syntax from `<major>` to `<major>.<minor>.<patch>-<pre-release>` where the first three fields must be integers, this will evaluate to `false`.
198+
If the string literal does not conform to the syntax from `<major>` to `<major>.<minor>.<patch>-<pre-release>` where the first three fields must be integers, this will evaluate to `false`.
199199
Note that this excludes support for the `+build` field.
200200

201201
Otherwise, the `IDENTIFIER` will be compared to the string literal according to

0 commit comments

Comments
 (0)