Skip to content

Commit

Permalink
docs: fix typo in the comment of Console.Reset
Browse files Browse the repository at this point in the history
Signed-off-by: Hsing-Yu (David) Chen <[email protected]>
  • Loading branch information
davidhsingyuchen committed Mar 15, 2023
1 parent 1ae8d48 commit 26c60b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ type Console interface {
SetRaw() error
// DisableEcho disables echo on the console
DisableEcho() error
// Reset restores the console to its orignal state
// Reset restores the console to its original state
Reset() error
// Size returns the window size of the console
Size() (WinSize, error)
Expand Down

0 comments on commit 26c60b8

Please sign in to comment.