Skip to content

Commit

Permalink
add bracket for comments (#3408)
Browse files Browse the repository at this point in the history
  • Loading branch information
pingfengafei authored and timdorr committed Apr 18, 2019
1 parent 376ad3c commit d6bad9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/createStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6bad9a

Please sign in to comment.