mirror of
https://github.com/stretchr/testify.git
synced 2025-05-31 11:42:44 +00:00
assert: fix typo in comment
Signed-off-by: JohnEndson <jiayuzhen@outlook.com>
This commit is contained in:
parent
be3fbeb943
commit
a2fbbfe71b
@ -7,7 +7,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// Deprecated: CompareType has only ever been for internal use and has accidently been published since v1.6.0. Do not use it.
|
||||
// Deprecated: CompareType has only ever been for internal use and has accidentally been published since v1.6.0. Do not use it.
|
||||
type CompareType = compareResult
|
||||
|
||||
type compareResult int
|
||||
|
Loading…
x
Reference in New Issue
Block a user