From 6303556bb40507c1be8ae032a1c8bd644e4b86a1 Mon Sep 17 00:00:00 2001 From: Daniel Parker Date: Mon, 27 Nov 2023 20:41:08 -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 8575564fdb..699f0387d4 100644 --- a/doc/ref/jsonpath/jsonpath_expression/update.md +++ b/doc/ref/jsonpath/jsonpath_expression/update.md @@ -19,7 +19,7 @@ callback repeatedly with the results. op A function object that accepts a path and a reference to a Json value. It must have function call signature equivalent to -

void fun(const basic_path_node& path, Json& val);

+

void fun(const basic_path_node<Json::char_type>& path, Json& val);