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 6f28b9a commit 9e1eaf6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/ref/jsonpath/jsonpath_expression/evaluate.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ callback repeatedly with the results.
</tr>
<tr>
<td><code>op</code></td>
<td>A function object that accepts a path and a reference to a Json value.
<td>A function object that accepts a path and a reference to a Json value.
It must have function call signature equivalent to
<br/><code>
void fun(const Json::string_view_type& path, const Json& val);
Expand Down
4 changes: 2 additions & 2 deletions doc/ref/jsonpath/jsonpath_expression/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ 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>
<br/><code>
void fun(const basic_path_node<Json::char_type>& path, const Json& val);
</code><br/><br/>
</code><br/>
</tr>
<tr>
<td>result_options</td>
Expand Down
4 changes: 2 additions & 2 deletions doc/ref/jsonpath/jsonpath_expression/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ 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>
<br/><code>
void fun(const basic_path_node<Json::char_type>& path, Json& val);
</code><br/><br/>
</code><br/>
</tr>
</table>
Expand Down

0 comments on commit 9e1eaf6

Please sign in to comment.