From e0e17156ee45822ea198ffdd11ff4d9f176f5b05 Mon Sep 17 00:00:00 2001 From: ysagal Date: Thu, 5 Jun 2014 12:20:54 -0400 Subject: Tiny typo fix --- julia.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'julia.html.markdown') 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 -- cgit v1.2.3