mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Remove the extra 'compared' in julia.html.markdown
This commit is contained in:
parent
a00cc71271
commit
eee0aba489
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user