Skip to content

Commit

Permalink
docs(yaml): correct core schema note (#5552)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Jul 26, 2024
1 parent 0d6b1ae commit 9d572e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaml/_schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import {
* strings.
* - `json`: extends `failsafe` schema by also supporting nulls, booleans,
* integers and floats.
* - `core`: extends `json` schema by also supporting tag resolution.
* - `core`: functionally the same as `json` schema.
* - `default`: extends `core` schema by also supporting binary, omap, pairs and
* set types.
* - `extended`: extends `default` schema by also supporting regular
Expand Down

0 comments on commit 9d572e0

Please sign in to comment.