Skip to content

Commit

Permalink
Revert "add bracket for comments (#3408)"
Browse files Browse the repository at this point in the history
This reverts commit d6bad9a.
  • Loading branch information
timdorr authored May 3, 2019
1 parent 8e57358 commit d16ff0e
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 d16ff0e

Please sign in to comment.