fix: Updated list indentation

This commit is contained in:
Alexandr Tovmach
2020-06-20 00:48:18 +03:00
committed by GitHub
parent 5fddddab80
commit 371f7fac38

View File

@@ -143,7 +143,7 @@ have the same precedence. Examples: 1.0.0-alpha+001, 1.0.0+20130313144700,
smaller set, if all of the preceding identifiers are equal.
Example: 1.0.0-alpha < 1.0.0-alpha.1 < 1.0.0-alpha.beta < 1.0.0-beta <
1.0.0-beta.2 < 1.0.0-beta.11 < 1.0.0-rc.1 < 1.0.0.
1.0.0-beta.2 < 1.0.0-beta.11 < 1.0.0-rc.1 < 1.0.0.
BackusNaur Form Grammar for Valid SemVer Versions
--------------------------------------------------