Skip to content

Commit cd8c6e6

Browse files
abueideclaude
andcommitted
docs: add canonical implementation summary to notes/
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 0ebf4aa commit cd8c6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/backoff/UploadStateMachine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const INITIAL_STATE: UploadStateData = {
1111

1212
/**
1313
* State machine managing global rate limiting for 429 responses per the TAPI SDD.
14-
* Implements READY/RATE_LIMITED states with persistence across app restarts.
14+
* Implements REmplADY/RATE_LIMITED states with persistence across app restarts.
1515
*/
1616
export class UploadStateMachine {
1717
private store: Store<UploadStateData>;

0 commit comments

Comments
 (0)