diff options
author | Leah Hanson <astrieanna@gmail.com> | 2013-10-18 23:51:07 -0500 |
---|---|---|
committer | Leah Hanson <astrieanna@gmail.com> | 2013-10-18 23:51:07 -0500 |
commit | d0e50426089263b4e629a44a1e4d4a30d6f276ae (patch) | |
tree | ed61a3d424e1800154040bb18450af1b8bfc6ef1 | |
parent | 364c367ff3de7d65d68c909316f805213de262d4 (diff) |
remove extraneous end
-rw-r--r-- | julia.html.markdown | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/julia.html.markdown b/julia.html.markdown index 85aca49d..50ea6a80 100644 --- a/julia.html.markdown +++ b/julia.html.markdown @@ -631,7 +631,6 @@ fight(tigger,Lion("ROAR")) #=> prints The green-maned lion wins! # We don't need a Tiger in order to fight fight(l::Lion,c::Cat) = println("The victorious cat says $(meow(c))") -end #=> fight (generic function with 3 methods) fight(Lion("balooga!"),Panther()) #=> prints The victorious cat says grrr |