Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 51a2eb7

Browse files
mohsen1gkalpak
authored andcommitted
docs($q): fix typo in race() test description (array --> object)
Closes #15111
1 parent 3f759b1 commit 51a2eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/qSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2022,7 +2022,7 @@ describe('q', function() {
20222022
});
20232023

20242024
describe('race (hash)', function() {
2025-
it('should do nothing if given an empty array', function() {
2025+
it('should do nothing if given an empty object', function() {
20262026
q.race({}).then(success(), error());
20272027
expect(mockNextTick.queue.length).toBe(0);
20282028
expect(logStr()).toBe('');

0 commit comments

Comments
 (0)