Skip to content

Commit dfc5c20

Browse files
committed
prepare 2.2.0-nullsafety.2
1 parent 1f16ce1 commit dfc5c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- Add `Selector`s: `select`, `select2`, ..., `select9` and `selectMany`.
33
- Selectors can compute derived data, allowing Redux to store the minimal possible state.
44
- Selectors are efficient. A selector is not recomputed unless one of its arguments changes.
5-
- When using the [select], [select2] to [select9], [selectMany] functions,
5+
- When using the `select`, `select2` to `select9`, `selectMany` functions,
66
keeps track of the latest arguments in which your selector function was invoked.
77
Because selectors are pure functions, the last result can be returned
88
when the arguments match without reinvoking your selector function.

0 commit comments

Comments
 (0)