Skip to content

Commit 3586478

Browse files
cuishuangboyan-soubachov
authored andcommitted
assert: fix typo
Signed-off-by: cuishuang <[email protected]>
1 parent 7797738 commit 3586478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assert/assertion_compare_can_convert.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package assert
99

1010
import "reflect"
1111

12-
// Wrapper around reflect.Value.CanConvert, for compatability
12+
// Wrapper around reflect.Value.CanConvert, for compatibility
1313
// reasons.
1414
func canConvert(value reflect.Value, to reflect.Type) bool {
1515
return value.CanConvert(to)

0 commit comments

Comments
 (0)