Skip to content
Snippets Groups Projects
Commit c70c38eb authored by Wieland Hoffmann's avatar Wieland Hoffmann Committed by Sean Owen
Browse files

[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 <mineo@users.noreply.github.com>

Closes #17759 from mineo/patch-1.
parent 887cf0ec
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ trait Encoder[T] extends Serializable {
def schema: StructType
/**
* A ClassTag that can be used to construct and Array to contain a collection of `T`.
* A ClassTag that can be used to construct an Array to contain a collection of `T`.
*/
def clsTag: ClassTag[T]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment