We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027f06b commit 61dbbb7Copy full SHA for 61dbbb7
doc/misc/semver.md
@@ -274,7 +274,7 @@ logical-or ::= ( ' ' ) * '||' ( ' ' ) *
274
range ::= hyphen | simple ( ' ' simple ) * | ''
275
hyphen ::= partial ' - ' partial
276
simple ::= primitive | partial | tilde | caret
277
-primitive ::= ( '<' | '>' | '>=' | '<=' | '=' | ) partial
+primitive ::= ( '<' | '>' | '>=' | '<=' | '=' ) partial
278
partial ::= xr ( '.' xr ( '.' xr qualifier ? )? )?
279
xr ::= 'x' | 'X' | '*' | nr
280
nr ::= '0' | ['1'-'9'] ( ['0'-'9'] ) *
0 commit comments