Merge pull request #1580 from JohnEndson/master

assert: fix typo in comment
This commit is contained in:
Bracken 2024-04-02 09:13:05 +00:00 committed by GitHub
commit 352d2438b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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