Fix markdown syntax in actionpack CHANGELOG.

Starting a line with an octothorpe makes an <h1>
This commit is contained in:
Steve Klabnik 2013-02-01 11:33:31 -08:00
parent 5342797e2f
commit f2c7a5d5df
1 changed files with 2 additions and 1 deletions

View File

@ -248,7 +248,8 @@
* More descriptive error messages when calling `render :partial` with
an invalid `:layout` argument.
#8376
Fixes #8376.
render partial: 'partial', layout: true