From 71e83bc34f899e7f917a193ab11d8f060a532aef Mon Sep 17 00:00:00 2001 From: Oliver THEBAULT Date: Fri, 12 Feb 2016 10:09:28 +0100 Subject: [PATCH] fix documentation which use a single pipe for a "logical OR" --- doc/04-schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index 023e7b8bf..627feef8f 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -361,7 +361,7 @@ will not be allowed to be installed together with your package. Note that when specifying ranges like `<1.0 >=1.1` in a `conflict` link, this will state a conflict with all versions that are less than 1.0 *and* equal or newer than 1.1 at the same time, which is probably not what you want. You -probably want to go for `<1.0 | >=1.1` in this case. +probably want to go for `<1.0 || >=1.1` in this case. #### replace