mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
Fix typo in command tutorial
This commit is contained in:
@@ -112,7 +112,7 @@ func update(msg tea.Msg, mdl tea.Model) (tea.Model, tea.Cmd) {
|
||||
|
||||
case statusMsg:
|
||||
// The server returned a status message. Save it to our model. Also
|
||||
// tell the Bubble Tea runtime we ant to exit because we have nothing
|
||||
// tell the Bubble Tea runtime we want to exit because we have nothing
|
||||
// else to do. We'll still be able to render a final view with our
|
||||
// status message.
|
||||
m.status = int(msg)
|
||||
|
||||
Reference in New Issue
Block a user