Skip to content

Commit 473b0d1

Browse files
authored
Update 0023-progress-reporter.md (#1466)
1 parent 2818d5b commit 473b0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Proposals/0023-progress-reporter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ overall.assign(count: 3, to: examCountdown.progressReporter)
347347

348348
// Add `ProgressReporter` to another parent `ProgressManager` with different assigned count
349349
let deadlineTracker = ProgressManager(totalCount: 2)
350-
overall.assign(count: 1, to: examCountdown, progressReporter)
350+
deadlineTracker.assign(count: 1, to: examCountdown.progressReporter)
351351
```
352352

353353
### Reporting Progress With Type-Safe Custom Properties

0 commit comments

Comments
 (0)