diff --git a/public/help/wiki_syntax_detailed.html b/public/help/wiki_syntax_detailed.html index 38d5da38f..2ddd2fdf5 100644 --- a/public/help/wiki_syntax_detailed.html +++ b/public/help/wiki_syntax_detailed.html @@ -277,9 +277,9 @@ To go live, all you need to add is a database and a web server. 3 def initialize(name) 4 @name = name.capitalize 5 end - 6 + 6 7 def salute - 8 puts "Hello #{@name}!" + 8 puts "Hello #{@name}!" 9 end 10 end