Skip to content

Commit

Permalink
Merge pull request #1580 from JohnEndson/master
Browse files Browse the repository at this point in the history
assert: fix typo in comment
  • Loading branch information
brackendawson committed Apr 2, 2024
2 parents 726249e + a2fbbfe commit 352d243
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 352d243

Please sign in to comment.