Skip to content

Commit

Permalink
docs(go): fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Nov 22, 2024
1 parent 172cfdf commit 69743b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ func (r *Rules) Slice() []*Rule {

// Count returns the total number of rules.
//
// This is more a more efficient alternative to len(rules.Slice()).
// This is a more efficient alternative to len(rules.Slice()).
func (r *Rules) Count() int {
count := C.yrx_rules_count(r.cRules)
runtime.KeepAlive(r)
Expand Down

0 comments on commit 69743b0

Please sign in to comment.