diff --git a/R/CreateSupervisor.R b/R/CreateSupervisor.R
index dfd0880d8a8392cb3368072a55f4eb33641ad719..2b6eccc0224d6a7dc61fbab7bfb44026a22ee1c9 100644
--- a/R/CreateSupervisor.R
+++ b/R/CreateSupervisor.R
@@ -4,7 +4,7 @@
 #' See [RunModel.Supervisor] and vignettes for examples of use.
 #'
 #' @param InputsModel \[object of type `GRiwrmInputsModel`\] inputs of the model
-#' @param TimeStep [numeric] number of time steps between each supervision
+#' @param TimeStep [integer] number of time steps between each supervision
 #'
 #' @return A `Supervisor` object which is an [environment] containing all the necessary variables to run a supervised simulation, such as:
 #' - `DatesR` [POSIXct]: vector of date from `InputsModel`
diff --git a/man/CreateSupervisor.Rd b/man/CreateSupervisor.Rd
index fed5a90124c95e9b4dbad2926efb889ca3a89970..c3083814275d78410cb23ac68af0da4673fd5bc8 100644
--- a/man/CreateSupervisor.Rd
+++ b/man/CreateSupervisor.Rd
@@ -9,7 +9,7 @@ CreateSupervisor(InputsModel, TimeStep = 1L)
 \arguments{
 \item{InputsModel}{[object of type \code{GRiwrmInputsModel}] inputs of the model}
 
-\item{TimeStep}{\link{numeric} number of time steps between each supervision}
+\item{TimeStep}{\link{integer} number of time steps between each supervision}
 }
 \value{
 A \code{Supervisor} object which is an \link{environment} containing all the necessary variables to run a supervised simulation, such as: