Skip to content

Commit 21e455f

Browse files
henriktpope
authored andcommitted
Fix :Rextract docs quote style (tpope#461)
The style was changed in tpope#343. If tpope#458 happens, we can change this again.
1 parent 7ea50ed commit 21e455f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rails.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ And you issue this command: >
503503
Your file will change to this: >
504504
505505
1 <div>
506-
2 <%= render 'post' %>
506+
2 <%= render "post" %>
507507
3 </div>
508508
509509
And app/views/blog/_post.html.erb will now contain: >

0 commit comments

Comments
 (0)