Skip to content

Commit

Permalink
Fix Colorize doc example (#12492)
Browse files Browse the repository at this point in the history
  • Loading branch information
zw963 authored Sep 20, 2022
1 parent 6c3305e commit 9577ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/colorize.cr
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ module Colorize
# io = IO::Memory.new
# Colorize.with.green.surround(io) do
# io << "green"
# Colorize.reset
# Colorize.reset(io)
# io << " default"
# end
# ```
Expand Down

0 comments on commit 9577ba7

Please sign in to comment.