From c53e001973b5d6d749cae20f739eaa3b674a1d92 Mon Sep 17 00:00:00 2001 From: Stephen Dolan Date: Sun, 21 Oct 2012 23:26:31 +0100 Subject: Version number tracking. --- docs/content/3.manual/manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content') 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 -- cgit v1.2.3