Skip to content

Commit 3b86b5a

Browse files
committed
fixed a simple spelling mistake
changed `wraper` to `wrapper` in Function#wrap
1 parent 6de3ea4 commit 3b86b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prototype/lang/function.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Object.extend(Function.prototype, (function() {
305305
* specifying before and after behavior, transforming the return value, or
306306
* even preventing the original function from being called.
307307
*
308-
* The wraper function is called with this signature:
308+
* The wrapper function is called with this signature:
309309
*
310310
* function wrapper(callOriginal[, args...])
311311
*

0 commit comments

Comments
 (0)