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

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmu committed Jul 3, 2019
1 parent 47eb30c commit 515c313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/expression/istrue.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 515c313

Please sign in to comment.