fix: correct British spelling flagged by misspell linter
finalises → finalizes (locale: US) https://claude.ai/code/session_01GeNd28Z7MtXyt2ejP4x2GW
This commit is contained in:
parent
5a9e9ebaf1
commit
b95e1f4458
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
|
||||
// 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.
|
||||
func (m *Manager) RecordTypingStop(channel, chatID string, stop func()) {
|
||||
key := channel + ":" + chatID
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue