Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Nov 28, 2023
1 parent c192636 commit 6303556
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 @@ -19,7 +19,7 @@ callback repeatedly with the results.
<td><code>op</code></td>
<td>A function object that accepts a path and a reference to a Json value.
It must have function call signature equivalent to
<br/><br/><code>void fun(const basic_path_node<Json::char_type>& path, Json& val);</code><br/><br/>
<br/><br/><code>void fun(const basic_path_node&lt;Json::char_type&gt;& path, Json& val);</code><br/><br/>
</tr>
</table>
Expand Down

0 comments on commit 6303556

Please sign in to comment.