Skip to content

Commit

Permalink
woops use * not mixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nerrad committed Jan 14, 2019
1 parent dfe1e2a commit 0c6b094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/redux-routine/src/cast-error.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export default function castError( error ) {
*
* Error responses are exposed on the `response` property of the error instance.
*
* @param {mixed} errorResponse
* @param {...mixed} args
* @param {*} errorResponse
* @param {...*} args
* @return {Error} An instance of ReduxRoutineResponseError
* @constructor
*/
Expand Down

0 comments on commit 0c6b094

Please sign in to comment.