From d18bfa2a4165297dbf5e6b1fff1731fefa9dd135 Mon Sep 17 00:00:00 2001 From: Vincent Woo Date: Tue, 18 Nov 2008 22:29:16 -0800 Subject: Tiny doc example change for escape_once() Signed-off-by: Pratik Naik --- actionpack/lib/action_view/helpers/tag_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_view/helpers/tag_helper.rb b/actionpack/lib/action_view/helpers/tag_helper.rb index d37ca766af..72d761581a 100644 --- a/actionpack/lib/action_view/helpers/tag_helper.rb +++ b/actionpack/lib/action_view/helpers/tag_helper.rb @@ -98,7 +98,7 @@ module ActionView # Returns an escaped version of +html+ without affecting existing escaped entities. # # ==== Examples - # escape_once("1 > 2 & 3") + # escape_once("1 < 2 & 3") # # => "1 < 2 & 3" # # escape_once("<< Accept & Checkout") -- cgit v1.2.3