Fix typos in strings and comments (#1770)

This commit is contained in:
co63oc
2025-05-27 14:17:36 +08:00
committed by GitHub
parent 67db0cd1dd
commit f1faec1756
15 changed files with 16 additions and 16 deletions

View File

@ -122,7 +122,7 @@ describe('Encoding', () => {
expect(indexes).toEqual([3, 5])
})
it('returns the corrent indexes with pair sequences', () => {
it('returns the correct indexes with pair sequences', () => {
expect(encodingDual.wordToTokens(3, 0)).toEqual([3, 5])
expect(encodingDual.wordToTokens(3, 1)).toEqual([8, 9])
})