diff options
author | ysagal <ysagal+git@gmail.com> | 2014-06-05 12:20:54 -0400 |
---|---|---|
committer | ysagal <ysagal+git@gmail.com> | 2014-06-05 12:20:54 -0400 |
commit | e0e17156ee45822ea198ffdd11ff4d9f176f5b05 (patch) | |
tree | 0b3d9a1f2a2ef8babb987b7956bed6ad23462357 | |
parent | 25c430a6092e874306facc5d3c6bb95061c52efe (diff) |
Tiny typo fix
-rw-r--r-- | julia.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/julia.html.markdown b/julia.html.markdown index 15b4be90..e9d3a162 100644 --- a/julia.html.markdown +++ b/julia.html.markdown @@ -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 |