From 2a4d1969066a6e2608d7c6d3034cb50566a93547 Mon Sep 17 00:00:00 2001 From: Jerko Steiner Date: Thu, 5 Sep 2019 10:21:31 +0700 Subject: [PATCH] Fix doc of pack.ts --- packages/client/src/redux/pack.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/client/src/redux/pack.ts b/packages/client/src/redux/pack.ts index 7fbb764..f9fac28 100644 --- a/packages/client/src/redux/pack.ts +++ b/packages/client/src/redux/pack.ts @@ -9,11 +9,11 @@ import { TStateSelector } from './TStateSelector' * For example: * * - * function configure( + * function configure( * actions: Actions, * getLocalState: (state: State) => LocalState, * ) { - * pack( + * return pack( * getLocalState, * function mapStateToProps(localState: LocalState) { * return localState,