Skip to content

Commit

Permalink
Merge pull request #73 from davidhsingyuchen/fix-typo
Browse files Browse the repository at this point in the history
docs: fix typo in the comment of Console.Reset
  • Loading branch information
AkihiroSuda committed May 26, 2023
2 parents 66136ad + 26c60b8 commit 4df55bb
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 @@ -48,7 +48,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 4df55bb

Please sign in to comment.