Skip to content

Commit d663cde

Browse files
committed
Fix typo in create_function_stmt.go comment
Corrected "Undertand" to "Understand" in the TODO comment for the CreateFunctionStmt struct fields. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 5cca6f1 commit d663cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/sql/ast/create_function_stmt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type CreateFunctionStmt struct {
55
Params *List
66
ReturnType *TypeName
77
Func *FuncName
8-
// TODO: Undertand these two fields
8+
// TODO: Understand these two fields
99
Options *List
1010
WithClause *List
1111
}

0 commit comments

Comments
 (0)