Explorar o código

outside of table, no need to escape

Rob Bast %!s(int64=10) %!d(string=hai) anos
pai
achega
16a7cf19fc
Modificáronse 1 ficheiros con 3 adicións e 4 borrados
  1. 3 4
      doc/articles/versions.md

+ 3 - 4
doc/articles/versions.md

@@ -20,10 +20,9 @@ Example: `1.0.2`
 By using comparison operators you can specify ranges of valid versions. Valid
 operators are `>`, `>=`, `<`, `<=`, `!=`.
 
-You can define multiple ranges. Ranges separated by a space (<code> </code>) or
-comma (`,`) will be treated as a **logical AND**. A double pipe
-(<code>&#124;&#124;</code>) will be treated as a **logical OR**. AND has higher
-precedence than OR.
+You can define multiple ranges. Ranges separated by a space (` `) or comma (`,`)
+will be treated as a **logical AND**. A double pipe (`||`) will be treated as a
+**logical OR**. AND has higher precedence than OR.
 
 Examples: