We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026d37d commit b019b4cCopy full SHA for b019b4c
src/core/timeout/TimeoutManager.ts
@@ -32,7 +32,7 @@ export class TimeoutManager extends EventEmitter {
32
private static instance: TimeoutManager | undefined
33
private activeOperations = new Map<string, AbortController>()
34
/**
35
- * Assumes there is only on active tool-- does not timeout edge cases
+ * Assumes there is only one active tool-- does not timeout edge cases
36
* like "Proceed While Running"
37
*/
38
private lastTimeoutEvent: TimeoutEvent | null = null
0 commit comments