From 08dc01e97e72ef977e6c09d6ad6786a86d7d1473 Mon Sep 17 00:00:00 2001 From: Prerna Sharma <61116393+sharma-prerna@users.noreply.github.com> Date: Tue, 19 Aug 2025 14:34:21 +0530 Subject: [PATCH] Updating Shiftr doc typo --- jolt-core/src/main/java/com/bazaarvoice/jolt/Shiftr.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jolt-core/src/main/java/com/bazaarvoice/jolt/Shiftr.java b/jolt-core/src/main/java/com/bazaarvoice/jolt/Shiftr.java index 8e2b1e3c..1eefe6dc 100644 --- a/jolt-core/src/main/java/com/bazaarvoice/jolt/Shiftr.java +++ b/jolt-core/src/main/java/com/bazaarvoice/jolt/Shiftr.java @@ -322,7 +322,7 @@ * Thus the '@' wildcard is the mean "copy the value of the data at this level in the tree, to the output". * * Advanced '@' sign wildcard. - * The format is lools like "@(3,title)", where + * The format looks like "@(3,title)", where * "3" means go up the tree 3 levels and then lookup the key * "title" and use the value at that key. *