From ad3f47dc2f27a74b43c29ae66820f15239c81f21 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Sun, 20 May 2012 21:12:25 +0530 Subject: fix closing tag [ci skip] --- actionpack/lib/action_view/helpers/tag_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_view/helpers') diff --git a/actionpack/lib/action_view/helpers/tag_helper.rb b/actionpack/lib/action_view/helpers/tag_helper.rb index 498be596ad..9572f1c192 100644 --- a/actionpack/lib/action_view/helpers/tag_helper.rb +++ b/actionpack/lib/action_view/helpers/tag_helper.rb @@ -41,7 +41,7 @@ module ActionView # thus accessed as dataset.userId. # # Values are encoded to JSON, with the exception of strings and symbols. - # This may come in handy when using jQuery's HTML5-aware .data() + # This may come in handy when using jQuery's HTML5-aware .data() # from 1.4.3. # # ==== Examples -- cgit v1.2.3