Skip to content

Commit efaff84

Browse files
committed
docs: Change incorrect JS docs function param
1 parent d5e44e2 commit efaff84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raven.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ Raven.prototype = {
316316
*
317317
* @param {object} options A specific set of options for this context [optional]
318318
* @param {function} func The function to be wrapped in a new context
319-
* @param {function} func A function to call before the try/catch wrapper [optional, private]
319+
* @param {function} _before A function to call before the try/catch wrapper [optional, private]
320320
* @return {function} The newly wrapped functions with a context
321321
*/
322322
wrap: function(options, func, _before) {

0 commit comments

Comments
 (0)