diff options
author | yui-knk <spiketeika@gmail.com> | 2015-03-04 08:52:21 +0900 |
---|---|---|
committer | yui-knk <spiketeika@gmail.com> | 2015-03-04 08:52:21 +0900 |
commit | 59b07df5040feabc53ec680245c9af7102dd7af2 (patch) | |
tree | d2416fcddeef9dc5dc35e0646c2810abb88c0791 | |
parent | 9ebe99ca1d21958846687e286a159f6c308653ef (diff) | |
download | rails-59b07df5040feabc53ec680245c9af7102dd7af2.tar.gz rails-59b07df5040feabc53ec680245c9af7102dd7af2.tar.bz2 rails-59b07df5040feabc53ec680245c9af7102dd7af2.zip |
[ci skip] Remove unnecessary space
-rw-r--r-- | guides/source/4_2_release_notes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md index 04cf64d02c..45531928a2 100644 --- a/guides/source/4_2_release_notes.md +++ b/guides/source/4_2_release_notes.md @@ -272,7 +272,7 @@ application is using any of these spellings, you will need to update them: For example: - ``` ruby + ```ruby # content: <div><i><p></i></div> # before: @@ -290,7 +290,7 @@ application is using any of these spellings, you will need to update them: used to be raw (e.g. `AT&T`), and now is evaluated (e.g. `AT&T`). - ``` ruby + ```ruby # content: <p>AT&T</p> # before: |