Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Dec 11, 2023
1 parent a2c4e34 commit f131466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/ref/jsonschema/make_schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ std::shared_ptr<json_schema<Json>> make_schema(const Json& schema,
const URIResolver& resolver); (4)
```
Returns a `shared_ptr` to a [json_schema](jsonschema.md).
Returns a `shared_ptr` to a `json_schema<Json>`.
#### Parameters
Expand All @@ -39,7 +39,7 @@ Returns a `shared_ptr` to a [json_schema](jsonschema.md).
#### Return value
Returns a `shared_ptr` to a `json_schema`.
Returns a `shared_ptr` to a `json_schema<Json>`.
#### Exceptions
Expand Down

0 comments on commit f131466

Please sign in to comment.