Skip to content

Commit 4e259b9

Browse files
committed
update comments
1 parent a9d58ea commit 4e259b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

function.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import (
4141
// Define your own function interface
4242
type CallFunc func(node *goquery.Selection, args ...string) (out interface{}, err error)
4343

44-
//Builtin Functions
44+
// Builtin functions are registered with a lowercase initial, eg: Text -> text()
4545
type BuiltinFunctions struct {
4646
}
4747

0 commit comments

Comments
 (0)