mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2026-03-13 15:21:15 +08:00
chore: update spelling mistakes (#1790)
* chore: update spelling mistakes * chore: add spellignore * chore: update sp mistakes
This commit is contained in:
@@ -36,6 +36,6 @@ describe('Testing powFaster function', () => {
|
||||
})
|
||||
|
||||
it('should return the result in O(lonN) complexity', () => {
|
||||
expect(powFaster(2, 64)).toBe(18446744073709552000) // execution time Math.log2(64) -> 6
|
||||
expect(powFaster(2, 64)).toBe(18446744073709552000) // execution time Math. log2(64) -> 6
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user