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

Commit fcffa18

Browse files
mohsen1petebacondarwin
authored andcommitted
docs($q): fix typo in race() test description (array --> object)
Closes #15111
1 parent e105dda commit fcffa18

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
@@ -2008,7 +2008,7 @@ describe('q', function() {
20082008
});
20092009

20102010
describe('race (hash)', function() {
2011-
it('should do nothing if given an empty array', function() {
2011+
it('should do nothing if given an empty object', function() {
20122012
q.race({}).then(success(), error());
20132013
expect(mockNextTick.queue.length).toBe(0);
20142014
expect(logStr()).toBe('');

0 commit comments

Comments
 (0)