Skip to content

Commit ffb1863

Browse files
committed
Fix a typo in the doc for IO.ANSI.escape
1 parent 156ead2 commit ffb1863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/io/ansi.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ defmodule IO.ANSI do
136136
end
137137

138138
@doc %B"""
139-
Escapes a string coverting named ANSI sequences into actual ANSI codes.
139+
Escapes a string by converting named ANSI sequences into actual ANSI codes.
140140
141141
The format for referring to sequences is `%{red}` and `%{red,bright}` (for
142142
multiple sequences).

0 commit comments

Comments
 (0)