Merge pull request #639 from ysagal/patch-1

Tiny typo fix
This commit is contained in:
Nami-Doc 2014-06-05 18:54:26 +02:00
commit 1899c062e5

View File

@ -500,7 +500,7 @@ typeof(DataType) # => DataType
# Users can define types # Users can define types
# They are like records or structs in other languages. # 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 # type Name
# field::OptionalType # field::OptionalType