Skip to content

Commit

Permalink
Fix :Rextract docs quote style
Browse files Browse the repository at this point in the history
The style was changed in tpope#343.

If tpope#458 happens, we can change this again.
  • Loading branch information
henrik committed Jun 22, 2016
1 parent 7ea50ed commit 1788a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rails.txt
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ And you issue this command: >
Your file will change to this: >
1 <div>
2 <%= render 'post' %>
2 <%= render "post" %>
3 </div>
And app/views/blog/_post.html.erb will now contain: >
Expand Down

0 comments on commit 1788a7c

Please sign in to comment.