We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073cd04 commit eee1ed9Copy full SHA for eee1ed9
doc/ref/jsonschema/json_schema/validate.md
@@ -42,8 +42,10 @@ to a [json_visitor](../../corelib/basic_json_visitor.md).
42
<td>reporter</td>
43
<td>A function object with signature equivalent to
44
<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>
+ walk_result fun(const validation_message& msg)</pre>
+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>
49
</tr>
50
<tr>
51
<td>patch</td>
0 commit comments