diff options
author | Pranit Bauva <pranit.bauva@gmail.com> | 2015-11-09 10:33:22 +0530 |
---|---|---|
committer | Pranit Bauva <pranit.bauva@gmail.com> | 2015-11-09 10:33:22 +0530 |
commit | eee0aba489080a13cdca80af46c3128997d792b3 (patch) | |
tree | fc7cb6d31170002f0340a3e37f796a356f62e334 | |
parent | a00cc7127170fe47203900d1ab1aac998501e6ec (diff) |
Remove the extra 'compared' in julia.html.markdown
-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 1a698834..fcfa7e30 100644 --- a/julia.html.markdown +++ b/julia.html.markdown @@ -102,7 +102,7 @@ false # Printing is easy println("I'm Julia. Nice to meet you!") -# String can be compared lexicographically compared +# String can be compared lexicographically "good" > "bye" # => true "good" == "good" # => true "1 + 2 = 3" == "1 + 2 = $(1+2)" # => true |