Skip to content

Commit b5212ba

Browse files
Update Sources/SparkConnect/DataFrame.swift
Co-authored-by: Liang-Chi Hsieh <[email protected]>
1 parent 614f894 commit b5212ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/SparkConnect/DataFrame.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@ public actor DataFrame: Sendable {
331331
}
332332

333333
/// Returns a new Dataset by skipping the first `n` rows.
334-
/// - Parameter n: Number of records to skip.
335-
/// - Returns: A subset of the records
334+
/// - Parameter n: Number of rows to skip.
335+
/// - Returns: A subset of the rows
336336
public func offset(_ n: Int32) -> DataFrame {
337337
return DataFrame(spark: self.spark, plan: SparkConnectClient.getOffset(self.plan.root, n))
338338
}

0 commit comments

Comments
 (0)