Skip to content

Commit a963b69

Browse files
committed
Fix conflicting API in API design proposal for Cloud Storage
1 parent b99276d commit a963b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/AsyncStreams/api-design-proposal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Provides an async alternative to `observe(.progress, ...)`.
185185
```swift
186186
extension StorageTask {
187187
/// An asynchronous stream of progress updates for an ongoing task.
188-
var progress: AsyncThrowingStream<StorageTaskProgress, Error> { get }
188+
var progressUpdates: AsyncThrowingStream<StorageTaskSnapshot, Error> { get }
189189
}
190190
```
191191

0 commit comments

Comments
 (0)