Skip to content

Commit

Permalink
fix ASC to Asc
Browse files Browse the repository at this point in the history
  • Loading branch information
AnTengye authored and tr1v3r committed Dec 21, 2023
1 parent 1ce6f19 commit f9b3127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion field/expr.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ type Expr interface {
type OrderExpr interface {
Expr
Desc() Expr
ASC() Expr
Asc() Expr
}

type expression interface{}
Expand Down

0 comments on commit f9b3127

Please sign in to comment.