Skip to content

Commit c70c38e

Browse files
mineosrowen
authored andcommitted
[DOCS] Fix a typo in Encoder.clsTag
## What changes were proposed in this pull request? Fixes a typo: `and` -> `an` ## How was this patch tested? Not at all. Author: Wieland Hoffmann <[email protected]> Closes #17759 from mineo/patch-1.
1 parent 887cf0e commit c70c38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/Encoder.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ trait Encoder[T] extends Serializable {
7878
def schema: StructType
7979

8080
/**
81-
* A ClassTag that can be used to construct and Array to contain a collection of `T`.
81+
* A ClassTag that can be used to construct an Array to contain a collection of `T`.
8282
*/
8383
def clsTag: ClassTag[T]
8484
}

0 commit comments

Comments
 (0)