From 6ada120cd3cdcf0a5ab8b5e1e8f572c4224037be Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Wed, 17 Aug 2022 12:03:53 -0400 Subject: [PATCH] Fix a typo Signed-off-by: Randy Barlow --- schemars/src/gen.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemars/src/gen.rs b/schemars/src/gen.rs index 2634e12..8ae1740 100644 --- a/schemars/src/gen.rs +++ b/schemars/src/gen.rs @@ -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. */