We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d58ea commit 4e259b9Copy full SHA for 4e259b9
1 file changed
function.go
@@ -41,7 +41,7 @@ import (
41
// Define your own function interface
42
type CallFunc func(node *goquery.Selection, args ...string) (out interface{}, err error)
43
44
-//Builtin Functions
+// Builtin functions are registered with a lowercase initial, eg: Text -> text()
45
type BuiltinFunctions struct {
46
}
47
0 commit comments