Skip to content

Commit b019b4c

Browse files
Update src/core/timeout/TimeoutManager.ts
Co-authored-by: Daniel <[email protected]>
1 parent 026d37d commit b019b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/timeout/TimeoutManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class TimeoutManager extends EventEmitter {
3232
private static instance: TimeoutManager | undefined
3333
private activeOperations = new Map<string, AbortController>()
3434
/**
35-
* Assumes there is only on active tool-- does not timeout edge cases
35+
* Assumes there is only one active tool-- does not timeout edge cases
3636
* like "Proceed While Running"
3737
*/
3838
private lastTimeoutEvent: TimeoutEvent | null = null

0 commit comments

Comments
 (0)