]> granicus.if.org Git - jq/commitdiff
Fix spelling of getpath and setpath in manual
authorDavid Tolnay <dtolnay@gmail.com>
Mon, 17 Aug 2015 01:43:12 +0000 (18:43 -0700)
committerDavid Tolnay <dtolnay@gmail.com>
Mon, 17 Aug 2015 01:43:12 +0000 (18:43 -0700)
docs/content/3.manual/manual.yml

index c2858f4d5888837f6618aaade9ae3b60d705db96..46be6776e3415ebcf58197fe4d58810fc5b177d0 100644 (file)
@@ -770,7 +770,7 @@ sections:
             input: '["foo", "bar", "baz"]'
             output: ['["foo"]']
 
-      - title: "`gepath(PATHS)`"
+      - title: "`getpath(PATHS)`"
         body: |
 
           The builtin function `getpath` outputs the values in `.` found
@@ -784,7 +784,7 @@ sections:
             input: '{"a":{"b":0, "c":1}}'
             output: ['[0, 1]']
 
-      - title: "`sepath(PATHS; VALUE)`"
+      - title: "`setpath(PATHS; VALUE)`"
         body: |
 
           The builtin function `setpath` sets the `PATHS` in `.` to `VALUE`.