Skip to content

Commit

Permalink
uri doc
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Dec 4, 2024
1 parent 11f52df commit 6069d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ref/jsonschema/make_json_schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Returns a [json_schema<Json>](json_schema.md) that represents a compiled JSON Sc
<td>resolve</td>
<td>A function object with the signature of <code>resolve</code> being equivalent to
<pre>
Json fun(const <a href="../corelib/uri.md">jsoncons::uri</a>& uri)
Json fun(const <a href="../corelib/uri.md">jsoncons::uri</a>& uri);
</pre>
If unable to resolve the resource, it should return <code>Json::null()</code>.
</td>
Expand Down

0 comments on commit 6069d6d

Please sign in to comment.