Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
foolin committed Apr 22, 2020
1 parent a9d58ea commit 4e259b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion function.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import (
// Define your own function interface
type CallFunc func(node *goquery.Selection, args ...string) (out interface{}, err error)

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

Expand Down

0 comments on commit 4e259b9

Please sign in to comment.