diff options
Diffstat (limited to 'kvision-modules/kvision-tabulator')
-rw-r--r-- | kvision-modules/kvision-tabulator/src/main/kotlin/pl/treksoft/kvision/tabulator/Tabulator.kt | 4 |
1 files changed, 2 insertions, 2 deletions
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<T : Any>( } /** - * 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 <T : Any, S : Any> create( store: ObservableState<S>, @@ -749,7 +749,7 @@ fun <T : Any> Container.tabulator( } /** - * DSL builder extension function for general redux store. + * DSL builder extension function for a general observable store. */ fun <T : Any, S : Any> Container.tabulator( store: ObservableState<S>, |