Skip to content

Commit

Permalink
Merge pull request #1342 from namusyaka/fixed_comment_mistake
Browse files Browse the repository at this point in the history
fix a comment
  • Loading branch information
ujifgc committed Jul 9, 2013
2 parents 76d897b + 739b0c3 commit 86c1979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion padrino-helpers/lib/padrino-helpers/output_helpers.rb
Expand Up @@ -42,7 +42,7 @@ def render(engine, *) # @private
# @example
# ActiveSupport::SafeBuffer.new + capture_html { "<foo>" }
# # => "&lt;foo&gt;"
# ActiveSupport::SafeBuffer.safe_concat + capture_html { "<foo>" }
# ActiveSupport::SafeBuffer.new.safe_concat(capture_html { "<foo>" })
# # => "<foo>"
#
# @api semipublic
Expand Down

0 comments on commit 86c1979

Please sign in to comment.