Fix incorrect markdown by removing extra space.

This commit is contained in:
Uģis Ozols 2012-10-24 16:14:59 +03:00
parent 9d66c40189
commit 1a6b082808

@ -338,7 +338,7 @@
* Fix AR#dup to nullify the validation errors in the dup'ed object. Previously the original * Fix AR#dup to nullify the validation errors in the dup'ed object. Previously the original
and the dup'ed object shared the same errors. and the dup'ed object shared the same errors.
* Christian Seiler* *Christian Seiler*
* Raise `ArgumentError` if list of attributes to change is empty in `update_all`. * Raise `ArgumentError` if list of attributes to change is empty in `update_all`.