Skip to content

Commit 2cd67a3

Browse files
committed
fix typo
1 parent f00ddc8 commit 2cd67a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Proposals/0023-progress-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ extension ProgressManager {
884884
/// - Parameter key: A key path to the custom unsigned integer property type.
885885
public subscript<P: Property>(dynamicMember key: KeyPath<ProgressManager.Properties, P.Type>) -> UInt64 where P.Value == UInt64, P.Summary == UInt64 { get set }
886886

887-
/// Gets or sets custom UInt64 properties.
887+
/// Gets or sets custom unsigned integer properties.
888888
///
889889
/// This subscript provides read-write access to custom progress properties where the value
890890
/// type is `UInt64` and the summary type is `[UInt64]`. If the property has not been set,

0 commit comments

Comments
 (0)