summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2012-10-21 23:26:31 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2012-10-21 23:26:31 +0100
commitc53e001973b5d6d749cae20f739eaa3b674a1d92 (patch)
tree50b670b4a4537f67feb3255107d34bc9949d5b52 /docs
parent976e4ff7114bd0f876a95edcf88d933c804be746 (diff)
Version number tracking.jq-1.1jq-1.0
Diffstat (limited to 'docs')
-rw-r--r--docs/content/3.manual/manual.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/3.manual/manual.yml b/docs/content/3.manual/manual.yml
index d3d4c423..4ec88c28 100644
--- a/docs/content/3.manual/manual.yml
+++ b/docs/content/3.manual/manual.yml
@@ -555,7 +555,7 @@ sections:
results as `a`, if `a` produces results other than `false`
and `null`. Otherwise, `a // b` produces the same results as `b`.
- This is useful for providing defaults: `.foo or 1` will
+ This is useful for providing defaults: `.foo // 1` will
evaluate to `1` if there's no `.foo` element in the
input. It's similar to how `or` is sometimes used in Python
(jq's `or` operator is reserved for strictly Boolean