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.
1 parent 1ae8d48 commit 26c60b8Copy full SHA for 26c60b8
console.go
@@ -45,7 +45,7 @@ type Console interface {
45
SetRaw() error
46
// DisableEcho disables echo on the console
47
DisableEcho() error
48
- // Reset restores the console to its orignal state
+ // Reset restores the console to its original state
49
Reset() error
50
// Size returns the window size of the console
51
Size() (WinSize, error)
0 commit comments