Skip to content

Commit 1a213e4

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

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)