💄 Minor cosmetic changes on internal spec naming.

This commit is contained in:
Andrey Antukh 2022-01-26 12:59:02 +01:00
parent 036860b91b
commit ccbc519c04

View File

@ -346,11 +346,11 @@
(s/def :internal.shape.text/content (s/def :internal.shape.text/content
(s/nilable (s/nilable
(s/or :container (s/or :text-container
(s/keys :req-un [:internal.shape.text/type (s/keys :req-un [:internal.shape.text/type
:internal.shape.text/children] :internal.shape.text/children]
:opt-un [:internal.shape.text/key]) :opt-un [:internal.shape.text/key])
:content :text-content
(s/keys :req-un [:internal.shape.text/text])))) (s/keys :req-un [:internal.shape.text/text]))))
(s/def :internal.shape.path/command keyword?) (s/def :internal.shape.path/command keyword?)