Skip to content

Commit f4b6491

Browse files
committed
Address comment
1 parent 29dcf32 commit f4b6491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SparkConnect/DataFrame.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public actor DataFrame: Sendable {
5757
}
5858

5959
/// Add `Apache Arrow`'s `RecordBatch`s to the internal array.
60-
/// - Parameter batches: A ``RecordBatch`` instance.
60+
/// - Parameter batches: An array of ``RecordBatch``.
6161
private func addBathes(_ batches: [RecordBatch]) {
6262
self.batches.append(contentsOf: batches)
6363
}

0 commit comments

Comments
 (0)