Skip to content

Commit 8db910f

Browse files
Update Sources/SparkConnect/SparkConnectClient.swift
Co-authored-by: Liang-Chi Hsieh <[email protected]>
1 parent 49aa4c4 commit 8db910f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SparkConnect/SparkConnectClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public actor SparkConnectClient {
177177
/// - start: A start of the range.
178178
/// - end: A end (exclusive) of the range.
179179
/// - step: A step value for the range from `start` to `end`.
180-
/// - Returns: <#description#>
180+
/// - Returns: A `Plan` instance.
181181
func getPlanRange(_ start: Int64, _ end: Int64, _ step: Int64) -> Plan {
182182
var range = Range()
183183
range.start = start

0 commit comments

Comments
 (0)