Skip to content

Commit 2d41b51

Browse files
Fix comment.
1 parent f64393e commit 2d41b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prototype/lang/class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ var Class = (function() {
174174
// on the nuanced behavior of whatever `bind` implementation is on
175175
// the page.
176176
//
177-
// MDC's polyfill, for instance, doesn't like binding methods that
177+
// MDC's polyfill, for instance, doesn't like binding functions that
178178
// haven't got a `prototype` property defined.
179179
value.valueOf = (function(method) {
180180
return function() { return method.valueOf.call(method); };

0 commit comments

Comments
 (0)