mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
Fix more typos in examples (#102)
This commit is contained in:
@@ -41,7 +41,7 @@ func (m model) Init() tea.Cmd {
|
||||
|
||||
// Update is called when messages are received. The idea is that you inspect the
|
||||
// message and send back an updated model accordingly. You can also return
|
||||
// a command, which is a function that peforms I/O and returns a message.
|
||||
// a command, which is a function that performs I/O and returns a message.
|
||||
func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
|
||||
switch msg.(type) {
|
||||
case tea.KeyMsg:
|
||||
|
||||
Reference in New Issue
Block a user