Skip to content

Commit 29dcf32

Browse files
Update Sources/SparkConnect/DataFrame.swift
Co-authored-by: Liang-Chi Hsieh <[email protected]>
1 parent 9cc2fa2 commit 29dcf32

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
@@ -56,7 +56,7 @@ public actor DataFrame: Sendable {
5656
self.schema = schema
5757
}
5858

59-
/// Add `Apache Arrow`'s `RecordBatch`s to the intenal array.
59+
/// Add `Apache Arrow`'s `RecordBatch`s to the internal array.
6060
/// - Parameter batches: A ``RecordBatch`` instance.
6161
private func addBathes(_ batches: [RecordBatch]) {
6262
self.batches.append(contentsOf: batches)

0 commit comments

Comments
 (0)