From 7ebe97184d70028a96a643dd64b9e56f06e8bf98 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 19 Apr 2020 00:27:05 +0200 Subject: Small fix for observable models builder functions --- .../src/main/kotlin/pl/treksoft/kvision/tabulator/Tabulator.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kvision-modules/kvision-tabulator') diff --git a/kvision-modules/kvision-tabulator/src/main/kotlin/pl/treksoft/kvision/tabulator/Tabulator.kt b/kvision-modules/kvision-tabulator/src/main/kotlin/pl/treksoft/kvision/tabulator/Tabulator.kt index 048c1b1d..0292a0a4 100644 --- a/kvision-modules/kvision-tabulator/src/main/kotlin/pl/treksoft/kvision/tabulator/Tabulator.kt +++ b/kvision-modules/kvision-tabulator/src/main/kotlin/pl/treksoft/kvision/tabulator/Tabulator.kt @@ -708,7 +708,7 @@ open class Tabulator( } /** - * A helper function to create a Tabulator object with correct serializer and general redux store. + * A helper function to create a Tabulator object with correct serializer and a general observable store. */ fun create( store: ObservableState, @@ -749,7 +749,7 @@ fun Container.tabulator( } /** - * DSL builder extension function for general redux store. + * DSL builder extension function for a general observable store. */ fun Container.tabulator( store: ObservableState, -- cgit