diff options
author | Nami-Doc <vendethiel@hotmail.fr> | 2014-06-05 18:54:26 +0200 |
---|---|---|
committer | Nami-Doc <vendethiel@hotmail.fr> | 2014-06-05 18:54:26 +0200 |
commit | 1899c062e5313e8e807cab5b59d4d5e4f765ff69 (patch) | |
tree | 0b3d9a1f2a2ef8babb987b7956bed6ad23462357 | |
parent | 25c430a6092e874306facc5d3c6bb95061c52efe (diff) | |
parent | e0e17156ee45822ea198ffdd11ff4d9f176f5b05 (diff) |
Merge pull request #639 from ysagal/patch-1
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 |