From 945ab31ec253a2e08623338c18dd94e03d9fddd0 Mon Sep 17 00:00:00 2001 From: MichelaRocchetti <80649722+MichelaRocchetti@users.noreply.github.com> Date: Wed, 3 Jul 2024 16:06:50 +0200 Subject: [PATCH] Update model_TimeSeriesTableSimple.jl --- src/models/model_TimeSeriesTableSimple.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/models/model_TimeSeriesTableSimple.jl b/src/models/model_TimeSeriesTableSimple.jl index c945893..cbb8477 100644 --- a/src/models/model_TimeSeriesTableSimple.jl +++ b/src/models/model_TimeSeriesTableSimple.jl @@ -13,7 +13,7 @@ TimeSeriesTableSimple(; geogLevels=nothing, ) ``` -This fuction creates a new record given the name and the description of the data, their geographicIntegration and timeSeries, the geographical levels and the sequence. +This fuction creates a new record given the name and the description of the data. # Arguments @@ -26,7 +26,7 @@ This fuction creates a new record given the name and the description of the data # Returns -This function returns a new record given the name,description, geographic integration, the time series and the geographical level of the data. +This function returns a new record. # Examples