Skip to content

Commit 9c1b479

Browse files
committed
sync progress manager code documentation
1 parent d5ae3b0 commit 9c1b479

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Proposals/0023-progress-manager.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,12 +508,11 @@ overall.addChild(subprogressThree, withPendingUnitCount: 1)
508508
public var totalCount: Int? { get }
509509

510510
/// The completed units of work.
511-
/// If `self` is indeterminate, the value will be 0.
512511
public var completedCount: Int { get }
513512

514513
/// The proportion of work completed.
515514
/// This takes into account the fraction completed in its children instances if children are present.
516-
/// If `self` is indeterminate, the value will be 0.
515+
/// If `self` is indeterminate, the value will be 0.0.
517516
public var fractionCompleted: Double { get }
518517

519518
/// The state of initialization of `totalCount`.

0 commit comments

Comments
 (0)