Skip to content

Commit d6bad9a

Browse files
pingfengafeitimdorr
authored andcommitted
add bracket for comments (#3408)
1 parent 376ad3c commit d6bad9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/createStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import isPlainObject from './utils/isPlainObject'
1111
* parts of the state tree respond to actions, you may combine several reducers
1212
* into a single reducer function by using `combineReducers`.
1313
*
14-
* @param {Function} reducer A function that returns the next state tree, given
14+
* @param {Function} [reducer] A function that returns the next state tree, given
1515
* the current state tree and the action to handle.
1616
*
1717
* @param {any} [preloadedState] The initial state. You may optionally specify it

0 commit comments

Comments
 (0)