Skip to content

Commit

Permalink
revises an example in the rdoc of TextHelper#concat
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Feb 6, 2010
1 parent dcfc3b3 commit 8e72fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_view/helpers/text_helper.rb
Expand Up @@ -17,7 +17,7 @@ module TextHelper
# concat "hello" # concat "hello"
# # is the equivalent of <%= "hello" %> # # is the equivalent of <%= "hello" %>
# #
# if (logged_in == true): # if logged_in
# concat "Logged in!" # concat "Logged in!"
# else # else
# concat link_to('login', :action => login) # concat link_to('login', :action => login)
Expand Down

0 comments on commit 8e72fd9

Please sign in to comment.