Skip to content

Commit 246e93e

Browse files
committed
fix
1 parent 6795cf5 commit 246e93e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/constraints/SemVer.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
SemVer
22
======
33

4-
Validates that a value is a valid semantic version string according to the
5-
`Semantic Versioning`_ specification. This constraint supports various
6-
version formats including partial versions, pre-release versions, and
4+
Validates that a value is a valid semantic version string according to the
5+
`Semantic Versioning`_ specification. This constraint supports various
6+
version formats including partial versions, pre-release versions, and
77
build metadata.
88

99
.. versionadded:: 7.4
@@ -85,7 +85,7 @@ Options
8585

8686
**type**: ``boolean`` **default**: ``true``
8787

88-
When set to ``true``, the version must strictly follow the official
88+
When set to ``true``, the version must strictly follow the official
8989
`Semantic Versioning`_ specification. This means:
9090

9191
- No "v" prefix is allowed (use "1.2.3", not "v1.2.3")

0 commit comments

Comments
 (0)