mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 04:36:07 +00:00
fix: changed 'recieve' to 'receive' for 100% quality of Go Report Card (#881)
This commit is contained in:
@@ -22,7 +22,7 @@ import (
|
|||||||
// A race on “m.blinkTag” will occur if:
|
// A race on “m.blinkTag” will occur if:
|
||||||
// 1. [Model.BlinkCmd] is called e.g. by calling [Model.Focus] from
|
// 1. [Model.BlinkCmd] is called e.g. by calling [Model.Focus] from
|
||||||
// ["github.com/charmbracelet/bubbletea".Model.Update];
|
// ["github.com/charmbracelet/bubbletea".Model.Update];
|
||||||
// 2. ["github.com/charmbracelet/bubbletea".handleCommands] is kept sufficiently busy that it does not recieve and
|
// 2. ["github.com/charmbracelet/bubbletea".handleCommands] is kept sufficiently busy that it does not receive and
|
||||||
// execute the [Model.BlinkCmd] e.g. by other long running command or commands;
|
// execute the [Model.BlinkCmd] e.g. by other long running command or commands;
|
||||||
// 3. at least [Mode.BlinkSpeed] time elapses;
|
// 3. at least [Mode.BlinkSpeed] time elapses;
|
||||||
// 4. [Model.BlinkCmd] is called again;
|
// 4. [Model.BlinkCmd] is called again;
|
||||||
|
|||||||
Reference in New Issue
Block a user