Skip to content

Commit 4094462

Browse files
committed
Fix grammar.
1 parent 6d3d0a0 commit 4094462

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/catalyst/expressions/stringOperations.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ case class Lower(child: Expression) extends UnaryExpression with CaseConversionE
157157
override def toString() = s"Lower($child)"
158158
}
159159

160-
/** An base class for functions that compares two strings, returning a boolean */
160+
/** A base class for functions that compares two strings, returning a boolean */
161161
abstract class StringComparison extends Expression {
162162
self: Product =>
163163

0 commit comments

Comments
 (0)