mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Tiny typo fix
This commit is contained in:
parent
25c430a609
commit
e0e17156ee
@ -500,7 +500,7 @@ typeof(DataType) # => DataType
|
||||
|
||||
# Users can define types
|
||||
# They are like records or structs in other languages.
|
||||
# New types are defined used the `type` keyword.
|
||||
# New types are defined using the `type` keyword.
|
||||
|
||||
# type Name
|
||||
# field::OptionalType
|
||||
|
Loading…
Reference in New Issue
Block a user