Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit f86f7e2

Browse files
committed
Fixed a typo
Signed-off-by: Zach Musgrave <[email protected]>
1 parent fb26ee9 commit f86f7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/expression/istrue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package expression
22

33
import "github.com/src-d/go-mysql-server/sql"
44

5-
// IsNull is an expression that checks if an expression is null.
5+
// IsNull is an expression that checks if an expression is true.
66
type IsTrue struct {
77
UnaryExpression
88
invert bool

0 commit comments

Comments
 (0)