Skip to content

Commit eee1ed9

Browse files
committed
reporter returns walk_result
1 parent 073cd04 commit eee1ed9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/ref/jsonschema/json_schema/validate.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ to a [json_visitor](../../corelib/basic_json_visitor.md).
4242
<td>reporter</td>
4343
<td>A function object with signature equivalent to
4444
<pre>
45-
void fun(const validation_message& msg)</pre>
46-
which accepts an argument of type <a href="../validation_message.md">validation_message</a>.</td>
45+
walk_result fun(const validation_message& msg)</pre>
46+
which accepts an argument of type <a href="../validation_message.md">validation_message</a> and
47+
returns a <a href="../walk_result.md">walk_result</a>.
48+
</td>
4749
</tr>
4850
<tr>
4951
<td>patch</td>

0 commit comments

Comments
 (0)