Commit 78f6617f authored by Robert Knight's avatar Robert Knight

Remove a redundant param description

parent b6083d36
...@@ -21,7 +21,7 @@ export function actionTypes(reducers) { ...@@ -21,7 +21,7 @@ export function actionTypes(reducers) {
* which reads values from a Redux store, returns non-null. * which reads values from a Redux store, returns non-null.
* *
* @template T * @template T
* @param {import('redux').Store} store - Redux store * @param {import('redux').Store} store
* @param {(s: Store) => T|null} selector - Function which returns a value from the * @param {(s: Store) => T|null} selector - Function which returns a value from the
* store if the criteria is met or `null` otherwise. * store if the criteria is met or `null` otherwise.
* @return {Promise<T>} * @return {Promise<T>}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment