Skip to content

Commit 06ce77b

Browse files
committed
state: grammar fix in comment
1 parent f68a42a commit 06ce77b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎internal/gateway/state/state.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ func (s *Store) Conversation(ctx context.Context, channel, conversation string)
380380
return agent, project, nil
381381
}
382382

383-
// SetConversationAgent points a conversation at a agent for its SUBSEQUENT
383+
// SetConversationAgent points a conversation at an agent for its SUBSEQUENT
384384
// tasks (upsert, preserving the current project).
385385
func (s *Store) SetConversationAgent(ctx context.Context, channel, conversation, agent string) error {
386386
_, err := s.db.ExecContext(ctx,

0 commit comments

Comments
 (0)