Skip to content

Commit 0c389a7

Browse files
committed
Correcting a typo in the documentation.
1 parent 495eacd commit 0c389a7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

sql/core/src/main/scala/org/apache/spark/sql/package.scala

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -455,10 +455,9 @@ package object sql {
455455
/**
456456
* :: DeveloperApi ::
457457
*
458-
* A Timestamp class which support the standard comparison
459-
* operators, for use in DSL expressions. Implicit conversions to
460-
* java.sql.Date are provided. The class intializer accepts a
461-
* String, e.g.
458+
* A Date class which support the standard comparison operators, for
459+
* use in DSL expressions. Implicit conversions to java.sql.Date
460+
* are provided. The class intializer accepts a String, e.g.
462461
*
463462
* val ts = Date("2014-01-01")
464463
*

0 commit comments

Comments
 (0)