diff options
author | rbr <rbr@users.noreply.github.com> | 2016-07-14 16:56:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-14 16:56:13 +0200 |
commit | 2f6832e2a2d8d9df0a126035903834d70f2b001a (patch) | |
tree | aab82a4c92ff38d22996f39c1ae66c19ebf57c6a /guides/source | |
parent | ea31bdd7c8b1221d97de2392ac22d9c5fb8657d5 (diff) | |
download | rails-2f6832e2a2d8d9df0a126035903834d70f2b001a.tar.gz rails-2f6832e2a2d8d9df0a126035903834d70f2b001a.tar.bz2 rails-2f6832e2a2d8d9df0a126035903834d70f2b001a.zip |
Fix display of unsorted list in release notes of 5.0 [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/5_0_release_notes.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md index 857e82310c..3710247582 100644 --- a/guides/source/5_0_release_notes.md +++ b/guides/source/5_0_release_notes.md @@ -91,9 +91,9 @@ without having to rely on implementation details or monkey patching. Some things that you can achieve with this: -* The type detected by Active Record can be overridden. -* A default can also be provided. -* Attributes do not need to be backed by a database column. +- The type detected by Active Record can be overridden. +- A default can also be provided. +- Attributes do not need to be backed by a database column. ```ruby |