revises an example in the rdoc of TextHelper#concat

This commit is contained in:
Xavier Noria
2010-02-06 16:17:03 +01:00
parent dcfc3b3733
commit 8e72fd916e

View File

@@ -17,7 +17,7 @@ module ActionView
# concat "hello"
# # is the equivalent of <%= "hello" %>
#
# if (logged_in == true):
# if logged_in
# concat "Logged in!"
# else
# concat link_to('login', :action => login)