Skip to content

Commit

Permalink
fix function documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fredcarle committed Jul 13, 2023
1 parent 7eae82d commit 208454c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions connor/not.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package connor

// like is an operator which performs string equality
// tests.
// not is an operator which performs object equality test
// and returns the inverse of the result.
func not(condition, data any) (bool, error) {
if m, err := eq(condition, data); err != nil {
return false, err
Expand Down

0 comments on commit 208454c

Please sign in to comment.