Fix typo in comment
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
parent
a0316f6794
commit
942f865f64
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@
|
||||||
{{/*
|
{{/*
|
||||||
Only copy the bits of the object that we actually care about.
|
Only copy the bits of the object that we actually care about.
|
||||||
This is needed for uniqify to work - otherwise objects that are the same
|
This is needed for uniqify to work - otherwise objects that are the same
|
||||||
but with (for example) different examples will be considered differen.
|
but with (for example) different examples will be considered different.
|
||||||
*/}}
|
*/}}
|
||||||
{{ define "partials/clean-object" }}
|
{{ define "partials/clean-object" }}
|
||||||
{{ return (dict "title" .title "properties" .properties "required" .required "enum" .enum) }}
|
{{ return (dict "title" .title "properties" .properties "required" .required "enum" .enum) }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue