fix: correct British spelling flagged by misspell linter
finalises → finalizes (locale: US) https://claude.ai/code/session_01GeNd28Z7MtXyt2ejP4x2GW
This commit is contained in:
parent
3eaf808582
commit
eadc03789b
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ func (m *Manager) RecordPlaceholder(channel, chatID, placeholderID string) {
|
||||||
//
|
//
|
||||||
// If a previous typing indicator exists for the same chat, it is stopped
|
// If a previous typing indicator exists for the same chat, it is stopped
|
||||||
// immediately before the new one is recorded. This prevents the next
|
// immediately before the new one is recorded. This prevents the next
|
||||||
// preSend (which finalises the *previous* processing cycle) from
|
// preSend (which finalizes the *previous* processing cycle) from
|
||||||
// consuming the *new* message's typing entry.
|
// consuming the *new* message's typing entry.
|
||||||
func (m *Manager) RecordTypingStop(channel, chatID string, stop func()) {
|
func (m *Manager) RecordTypingStop(channel, chatID string, stop func()) {
|
||||||
key := channel + ":" + chatID
|
key := channel + ":" + chatID
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue