From d40a464fc27f59bc35fd3a21c1e7465c55fa0c63 Mon Sep 17 00:00:00 2001 From: Zach Musgrave Date: Wed, 3 Jul 2019 15:19:19 -0700 Subject: [PATCH] Fixed a typo Signed-off-by: Zach Musgrave --- sql/expression/istrue.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/expression/istrue.go b/sql/expression/istrue.go index ce5820512..cd50d162b 100644 --- a/sql/expression/istrue.go +++ b/sql/expression/istrue.go @@ -2,7 +2,7 @@ package expression import "github.com/src-d/go-mysql-server/sql" -// IsNull is an expression that checks if an expression is null. +// IsNull is an expression that checks if an expression is true. type IsTrue struct { UnaryExpression invert bool