From d16ff0e1d93a8de8477d03b4cad95fff1873f0b2 Mon Sep 17 00:00:00 2001 From: Tim Dorr Date: Fri, 3 May 2019 11:49:14 -0400 Subject: [PATCH] Revert "add bracket for comments (#3408)" This reverts commit d6bad9a8be90defc71b27c33e1348a4f6133b852. --- src/createStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/createStore.js b/src/createStore.js index 6cbe5573eb..c5ce5c0c01 100644 --- a/src/createStore.js +++ b/src/createStore.js @@ -11,7 +11,7 @@ import isPlainObject from './utils/isPlainObject' * parts of the state tree respond to actions, you may combine several reducers * into a single reducer function by using `combineReducers`. * - * @param {Function} [reducer] A function that returns the next state tree, given + * @param {Function} reducer A function that returns the next state tree, given * the current state tree and the action to handle. * * @param {any} [preloadedState] The initial state. You may optionally specify it