Updating with documentation

This commit is contained in:
Mike Farah
2021-09-16 10:55:26 +10:00
parent 2292f0ffb4
commit 43e40a6dda
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
Use the `with` operator to conveniently make multiple updates to a deeply nested path, or to update array elements relatively to each other.
Use the `with` operator to conveniently make multiple updates to a deeply nested path, or to update array elements relatively to each other. The first argument expression sets the root context, and the second expression runs against that root context.