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

Commit 94918c1

Browse files
committed
Corrected comment
Signed-off-by: Theo Despoudis <thdespou@hotmail.com>
1 parent 81d0176 commit 94918c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/expression/function/sqrt_power.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ type Power struct {
6666
expression.BinaryExpression
6767
}
6868

69-
// NewPad creates a new Power expression.
69+
// NewPower creates a new Power expression.
7070
func NewPower(e1, e2 sql.Expression) sql.Expression {
7171
return &Power{
7272
expression.BinaryExpression{

0 commit comments

Comments
 (0)