Skip to content

Commit d98310b

Browse files
committed
docs: autoupdate
1 parent efab757 commit d98310b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ func Hide()
136136
```
137137
Hide the cursor. Don't forget to show the cursor at least at the end of your
138138
application with Show. Otherwise the user might have a terminal with a
139-
permanently hidden cursor, until they reopen the terminal.
139+
permanently hidden cursor, until he reopens the terminal.
140140

141141
#### func HorizontalAbsolute
142142

@@ -173,8 +173,7 @@ position.
173173
```go
174174
func SetTarget(w Writer)
175175
```
176-
SetTarget allows for any arbitrary io.Writer to be used for cursor movement
177-
(will not work on Windows).
176+
SetTarget allows for any arbitrary Writer to be used
178177

179178
#### func Show
180179

@@ -183,7 +182,7 @@ func Show()
183182
```
184183
Show the cursor if it was hidden previously. Don't forget to show the cursor at
185184
least at the end of your application. Otherwise the user might have a terminal
186-
with a permanently hidden cursor, until they reopen the terminal.
185+
with a permanently hidden cursor, until he reopens the terminal.
187186

188187
#### func StartOfLine
189188

0 commit comments

Comments
 (0)