You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ For example, iterating over an array may yield index values 1, 2 and 3.
192
192
Deleting the value at index 1 would change the index for the remaining values.
193
193
Next iteration might yield index 2, but since 1 was deleted it is now really at index 1.
194
194
195
-
To avoid having to deal with such problems, use the built in `#delete` method below.
195
+
To avoid having to deal with such problems, use the `#delete` method instead.
196
196
197
197
198
198
Lastly, the `#each` iterator's fourth yield parameter is the [normalized path](https://www.rfc-editor.org/rfc/rfc9535.html#name-normalized-paths) to the matched value.
@@ -205,8 +205,10 @@ This is a jsonpath query string that uniquely points to the matched value.
0 commit comments