Skip to content

Commit

Permalink
Fix extra space in code example
Browse files Browse the repository at this point in the history
  • Loading branch information
rafbm authored and bbatsov committed Dec 17, 2020
1 parent 66aa3e7 commit 087185f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Expand Up @@ -1909,7 +1909,7 @@ end
# good
def with_io_error_handling
yield
yield
rescue IOError
# handle IOError
end
Expand Down

0 comments on commit 087185f

Please sign in to comment.