diff --git a/src/renderers/shared/utils/ReactErrorUtils.js b/src/renderers/shared/utils/ReactErrorUtils.js index 1295908b822e5..adbf6a8726d48 100644 --- a/src/renderers/shared/utils/ReactErrorUtils.js +++ b/src/renderers/shared/utils/ReactErrorUtils.js @@ -19,8 +19,7 @@ var caughtError = null; * * @param {String} name of the guard to use for logging or debugging * @param {Function} func The function to invoke - * @param {*} a First argument - * @param {*} b Second argument + * @param {*} a Argument */ function invokeGuardedCallback( name: string,