Skip to content

Commit 9e64501

Browse files
committed
ANSI: standardize docs
1 parent 79d1841 commit 9e64501

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/elixir/lib/io/ansi.ex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ defmodule IO.ANSI do
5151
@doc "Faint (decreased intensity), not widely supported"
5252
defsequence :faint, 2
5353

54-
@doc "Italic: on. Not widely supported. Sometimes treated as inverse."
54+
@doc "Italic: on. Not widely supported. Sometimes treated as inverse"
5555
defsequence :italic, 3
5656

5757
@doc "Underline: Single"
@@ -72,7 +72,7 @@ defmodule IO.ANSI do
7272
@doc "Conceal. Not widely supported"
7373
defsequence :conceal, 8
7474

75-
@doc "Crossed-out. Characters legible, but marked for deletion. Not widely supported."
75+
@doc "Crossed-out. Characters legible, but marked for deletion. Not widely supported"
7676
defsequence :crossed_out, 9
7777

7878
@doc "Sets primary (default) font"
@@ -126,10 +126,10 @@ defmodule IO.ANSI do
126126
@doc "Not overlined"
127127
defsequence :not_overlined, 55
128128

129-
@doc "Send cursor home"
129+
@doc "Sends cursor home"
130130
defsequence :home, "", "H"
131131

132-
@doc "Clear screen"
132+
@doc "Clears screen"
133133
defsequence :clear, "2", "J"
134134

135135
defp format_sequence(other) do

0 commit comments

Comments
 (0)