From 25e8419ec95c4e1f59e4a32e87f2816bf946a882 Mon Sep 17 00:00:00 2001 From: Daniel Parker Date: Wed, 22 Nov 2023 14:10:41 -0500 Subject: [PATCH] Doc update --- doc/ref/jsonpath/jsonpath_expression/update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/jsonpath/jsonpath_expression/update.md b/doc/ref/jsonpath/jsonpath_expression/update.md index d88cfda6e3..821f0b35f2 100644 --- a/doc/ref/jsonpath/jsonpath_expression/update.md +++ b/doc/ref/jsonpath/jsonpath_expression/update.md @@ -2,7 +2,7 @@ ```cpp template -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