mirror of
https://github.com/apple/pkl.git
synced 2026-05-21 22:36:57 +02:00
Fix typos
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
–– Pkl Error ––
|
||||
A type union cannnot have more than one default type.
|
||||
A type union cannot have more than one default type.
|
||||
|
||||
x | foo: *Int|*String|*"foo"
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
||||
–– Pkl Error ––
|
||||
Cannot spread object because the enclosing object already has a delcaration of property `foo`.
|
||||
Cannot spread object because the enclosing object already has a declaration of property `foo`.
|
||||
|
||||
x | ...source
|
||||
^^^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user