From e817dba90cc0d9ccd2f16a3b7a772f0e7fff752f Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sat, 4 Jul 2015 11:56:17 +0100 Subject: [PATCH] Rendering fix, refs #4172 --- doc/articles/versions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/versions.md b/doc/articles/versions.md index 183bcbfdd..d1629a494 100644 --- a/doc/articles/versions.md +++ b/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 ( ) +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.