Skip to content

Commit

Permalink
assert: fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: JohnEndson <jiayuzhen@outlook.com>
  • Loading branch information
JohnEndson committed Mar 29, 2024
1 parent be3fbeb commit a2fbbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assert/assertion_compare.go
Expand Up @@ -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
Expand Down

0 comments on commit a2fbbfe

Please sign in to comment.