瀏覽代碼

Merge pull request #4910 from Oliboy50/patch-1

fix documentation which use a single pipe for a "logical OR"
Rob 10 年之前
父節點
當前提交
0117571caa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/04-schema.md

+ 1 - 1
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,
 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
 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
 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
 #### replace