Skip to content

Commit fe31e6b

Browse files
Be precise with my language.
1 parent 0bf9cd1 commit fe31e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prototype/lang/array.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ Array.from = $A;
574574
}
575575
}
576576

577-
// Prototype's `Array#inject` behaves identically to ES5's `Array#reduce`.
577+
// Prototype's `Array#inject` behaves similarly to ES5's `Array#reduce`.
578578
if (arrayProto.reduce) {
579579
var _reduce = arrayProto.reduce;
580580
function inject(memo, iterator) {

0 commit comments

Comments
 (0)