Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Nov 22, 2023
1 parent 9691399 commit 25e8419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ref/jsonpath/jsonpath_expression/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```cpp
template <class BinaryOp>
void update(const_reference root_value, BinaryOp op); (1) (since 0.172.0)
void update(reference root_value, BinaryOp op); (1) (since 0.172.0)
```
(1) Evaluates the root value against the compiled JSONPath expression and calls a provided
Expand Down

0 comments on commit 25e8419

Please sign in to comment.