From: Colin von Heuring Date: Sun, 23 Nov 2014 19:37:50 +0000 (-0800) Subject: Doc correction X-Git-Tag: jq-1.5rc1~32^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c8882caf3ea68ad2db12e1fb05ce7e0fd0cea5d;p=jq Doc correction --- diff --git a/docs/content/3.manual/manual.yml b/docs/content/3.manual/manual.yml index 31c7b2f..3d82505 100644 --- a/docs/content/3.manual/manual.yml +++ b/docs/content/3.manual/manual.yml @@ -1195,7 +1195,7 @@ sections: body: | Outputs its input with the given suffix string removed, if it - starts with it. + ends with it. examples: - program: '[.[]|rtrimstr("foo")]'