소스 검색

Rendering fix, refs #4172

Jordi Boggiano 9 년 전
부모
커밋
e817dba90c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/articles/versions.md

+ 1 - 1
doc/articles/versions.md

@@ -20,7 +20,7 @@ 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>)
+You can define multiple ranges. Ranges separated by a space (<code>&nbsp;</code>)
 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.