Tiny typo fix

This commit is contained in:
ysagal 2014-06-05 12:20:54 -04:00
parent 25c430a609
commit e0e17156ee

View File

@ -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