Update context.go
Update inaccurate code comment
This commit is contained in:
parent
f70e34f8f3
commit
6c87b046ad
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ type AppContext struct {
|
|||
View *views.ViewContext
|
||||
}
|
||||
|
||||
// SetStatusMessage sets the application's status message for three seconds.
|
||||
// SetStatusMessage sets the application's status message for five seconds.
|
||||
func (c *AppContext) SetStatusMessage(msg string) {
|
||||
c.SetStatusMessageTimed(msg, 5*time.Second)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue