From a113c95874cb12abf6c888fa7350758fe6ea7a0d Mon Sep 17 00:00:00 2001 From: yui-knk Date: Sun, 1 Mar 2015 10:44:57 +0900 Subject: [ci skip] Fix fenced code block lang --- guides/source/form_helpers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/form_helpers.md b/guides/source/form_helpers.md index 90004c611b..c21a2ba613 100644 --- a/guides/source/form_helpers.md +++ b/guides/source/form_helpers.md @@ -729,7 +729,7 @@ The two basic structures are arrays and hashes. Hashes mirror the syntax used fo the `params` hash will contain -```erb +```ruby {'person' => {'name' => 'Henry'}} ``` -- cgit v1.2.3