Skip to content

Commit 0b4e74e

Browse files
committed
chore: tipo
1 parent e2d02bd commit 0b4e74e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var jsonOptions = new JsonSerializerOptions(JsonSerializerDefaults.Web) {
2929
Converters = { new JsonStringEnumConverter(JsonNamingPolicy.SnakeCaseLower) }
3030
};
3131

32-
// use SchemaDefaults.OpenAi to enforce OpenAi roule set:
32+
// use SchemaDefaults.OpenAi to enforce OpenAi rule set:
3333
var options = new JsonSchemaOptions(SchemaDefaults.OpenAi, jsonOptions);
3434

3535
var resolver = new DefaultSchemaGenerator();
@@ -117,6 +117,7 @@ public record Line(
117117
],
118118
"additionalProperties": false
119119
}
120+
120121
```
121122

122123
## How It Works

0 commit comments

Comments
 (0)