Skip to content

Commit a8c1d9c

Browse files
fdomigIgorMinar
authored andcommitted
docs(angular.forEach): add missing space in test
Closes angular#6130
1 parent 8829a2a commit a8c1d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Angular.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ function isArrayLike(obj) {
201201
angular.forEach(values, function(value, key){
202202
this.push(key + ': ' + value);
203203
}, log);
204-
expect(log).toEqual(['name: misko', 'gender:male']);
204+
expect(log).toEqual(['name: misko', 'gender: male']);
205205
</pre>
206206
*
207207
* @param {Object|Array} obj Object to iterate over.

0 commit comments

Comments
 (0)