fluttercommunity / redux.dart

Redux for Dart
https://pub.dev/packages/redux
MIT License
515 stars 61 forks source link

Should docs say todos instead of actions? #49

Closed bradyt closed 5 years ago

bradyt commented 5 years ago

At 041f46/doc/async.md#reducer, the source comments made me pause. Should it say "todos" instead of "actions? That is, at the following:

// Set our actions to the fetched Todos
// Set our actions to an empty value
brianegan commented 5 years ago

It certainly should -- good catch, thanks!