assert: fix typo in comment

Signed-off-by: JohnEndson <jiayuzhen@outlook.com>
This commit is contained in:
JohnEndson 2024-03-29 11:39:16 +08:00
parent be3fbeb943
commit a2fbbfe71b

View File

@ -7,7 +7,7 @@ import (
"time" "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 CompareType = compareResult
type compareResult int type compareResult int