Skip to content

Commit 3e45c6c

Browse files
Update Sources/SparkConnect/StreamingQueryManager.swift
Co-authored-by: Liang-Chi Hsieh <[email protected]>
1 parent 1a3ec7d commit 3e45c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SparkConnect/StreamingQueryManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
//
1919
import Foundation
2020

21-
/// Information about progress made for a sink in the execution of a ``StreamingQuery``
21+
/// Information about progress made for a source in the execution of a ``StreamingQuery``
2222
/// during a trigger. See ``StreamingQueryProgress`` for more information.
2323
public struct SourceProgress: Sendable {
2424
let description: String

0 commit comments

Comments
 (0)