Skip to content

Commit

Permalink
assert: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: cuishuang <[email protected]>
  • Loading branch information
cuishuang authored and boyan-soubachov committed May 4, 2022
1 parent 7797738 commit 3586478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assert/assertion_compare_can_convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package assert

import "reflect"

// Wrapper around reflect.Value.CanConvert, for compatability
// Wrapper around reflect.Value.CanConvert, for compatibility
// reasons.
func canConvert(value reflect.Value, to reflect.Type) bool {
return value.CanConvert(to)
Expand Down

0 comments on commit 3586478

Please sign in to comment.