Repository: spark
Updated Branches:
  refs/heads/master 887cf0ec3 -> c70c38eb9


[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.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/c70c38eb
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/c70c38eb
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/c70c38eb

Branch: refs/heads/master
Commit: c70c38eb930569cafe41066e99c58f735277391d
Parents: 887cf0e
Author: Wieland Hoffmann <[email protected]>
Authored: Sat Jun 3 10:12:37 2017 +0100
Committer: Sean Owen <[email protected]>
Committed: Sat Jun 3 10:12:37 2017 +0100

----------------------------------------------------------------------
 sql/catalyst/src/main/scala/org/apache/spark/sql/Encoder.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/c70c38eb/sql/catalyst/src/main/scala/org/apache/spark/sql/Encoder.scala
----------------------------------------------------------------------
diff --git a/sql/catalyst/src/main/scala/org/apache/spark/sql/Encoder.scala 
b/sql/catalyst/src/main/scala/org/apache/spark/sql/Encoder.scala
index 68ea47c..ccdb6bc 100644
--- a/sql/catalyst/src/main/scala/org/apache/spark/sql/Encoder.scala
+++ b/sql/catalyst/src/main/scala/org/apache/spark/sql/Encoder.scala
@@ -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]
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to