Remove the extra 'compared' in julia.html.markdown

This commit is contained in:
Pranit Bauva 2015-11-09 10:33:22 +05:30
parent a00cc71271
commit eee0aba489

View File

@ -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