Skip to content

Commit

Permalink
This doesn't need to be escaped any more.
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyatom committed Feb 22, 2011
1 parent f90ff4d commit 367d75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vanilla/snips/tutorial/hello_world.snip
Expand Up @@ -4,7 +4,7 @@ class HelloWorld

def handle(name=nil)
if name
"Hey \#{name} - Hello World!"
"Hey #{name} - Hello World!"
else
"Hello World!"
end
Expand Down

0 comments on commit 367d75a

Please sign in to comment.