From d3daff01853c8c02ed6eb367240c3946d75e42fa Mon Sep 17 00:00:00 2001 From: Micah Parks Date: Tue, 6 Jul 2021 21:52:23 -0400 Subject: [PATCH] Quick typo. --- SYNTAX.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SYNTAX.md b/SYNTAX.md index bb6e92d..34fdccf 100644 --- a/SYNTAX.md +++ b/SYNTAX.md @@ -291,8 +291,8 @@ gjson.AddModifier("case", func(json, arg string) string { ### Multipaths Starting with v1.3.0, GJSON added the ability to join multiple paths together -to form new documents. Wrapping comma-separated paths between `{...}` or -`[...]` will result in a new array or object, respectively. +to form new documents. Wrapping comma-separated paths between `[...]` or +`{...}` will result in a new array or object, respectively. For example, using the given multipath