We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66136ad + 26c60b8 commit 4df55bbCopy full SHA for 4df55bb
console.go
@@ -48,7 +48,7 @@ type Console interface {
48
SetRaw() error
49
// DisableEcho disables echo on the console
50
DisableEcho() error
51
- // Reset restores the console to its orignal state
+ // Reset restores the console to its original state
52
Reset() error
53
// Size returns the window size of the console
54
Size() (WinSize, error)
0 commit comments