mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-12 09:44:24 +02:00
Tiny typo fix
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user