Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Randy Barlow <randy.barlow@deepgram.com>
  • Loading branch information
Randy Barlow authored and GREsau committed Oct 2, 2022
1 parent 4db6733 commit 6ada120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemars/src/gen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
JSON Schema generator and settings.
This module is useful if you want more control over how the schema generated than the [`schema_for!`] macro gives you.
There are two main types in this module:two main types in this module:
There are two main types in this module:
* [`SchemaSettings`], which defines what JSON Schema features should be used when generating schemas (for example, how `Option`s should be represented).
* [`SchemaGenerator`], which manages the generation of a schema document.
*/
Expand Down

0 comments on commit 6ada120

Please sign in to comment.