aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbdelkader Boudih <terminale@gmail.com>2015-03-01 01:50:23 +0000
committerAbdelkader Boudih <terminale@gmail.com>2015-03-01 01:50:23 +0000
commit1d6ac919e6f1f44643279398820a59ed9d18151f (patch)
tree1d2de2c6e33d2c8124f7ee1bd69ee4fac4611199
parent1c5129975bb1683eaa2223dc50eba4b79fb74f11 (diff)
parenta113c95874cb12abf6c888fa7350758fe6ea7a0d (diff)
downloadrails-1d6ac919e6f1f44643279398820a59ed9d18151f.tar.gz
rails-1d6ac919e6f1f44643279398820a59ed9d18151f.tar.bz2
rails-1d6ac919e6f1f44643279398820a59ed9d18151f.zip
Merge pull request #19138 from yui-knk/fix/code_block_lang
[ci skip] Fix fenced code block lang
-rw-r--r--guides/source/form_helpers.md2
1 files changed, 1 insertions, 1 deletions
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'}}
```