Skip to content

Commit

Permalink
Update parser/ast/expressions.go
Browse files Browse the repository at this point in the history
Co-authored-by: Weizhen Wang <[email protected]>
  • Loading branch information
Rustin170506 and hawkingrei authored Oct 19, 2023
1 parent 1ddd43f commit fab421f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/ast/expressions.go
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ type ParamMarkerExpr interface {
SetOrder(int)
}

// ParenthesesExpr is the parentheses' expression.
// ParenthesesExpr is the parentheses expression.
type ParenthesesExpr struct {
exprNode
// Expr is the expression in parentheses.
Expand Down

0 comments on commit fab421f

Please sign in to comment.