From 11a22ce907b54f38bce6fb206de5ace362faaa1f Mon Sep 17 00:00:00 2001 From: mb706 Date: Tue, 26 Mar 2024 17:26:14 +0100 Subject: [PATCH] Fix typo closes #743 --- R/ppl.R | 2 +- man/ppl.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/ppl.R b/R/ppl.R index 113f80420..1754fb9de 100644 --- a/R/ppl.R +++ b/R/ppl.R @@ -3,7 +3,7 @@ #' @description #' Creates a [`Graph`] from [`mlr_graphs`] from given ID #' -#' `ppl()` taks a `charcter(1)` and returns a [`Graph`]. `ppls()` takes a `character` +#' `ppl()` taks a `character(1)` and returns a [`Graph`]. `ppls()` takes a `character` #' vector of any list and returns a `list` of possibly muliple [`Graph`]s. #' #' @param .key `[character(1)]`\cr diff --git a/man/ppl.Rd b/man/ppl.Rd index df4cefc78..713312f33 100644 --- a/man/ppl.Rd +++ b/man/ppl.Rd @@ -28,7 +28,7 @@ named \code{list} is returned, but unlike \code{\link[=pos]{pos()}} it will not \description{ Creates a \code{\link{Graph}} from \code{\link{mlr_graphs}} from given ID -\code{ppl()} taks a \code{charcter(1)} and returns a \code{\link{Graph}}. \code{ppls()} takes a \code{character} +\code{ppl()} taks a \code{character(1)} and returns a \code{\link{Graph}}. \code{ppls()} takes a \code{character} vector of any list and returns a \code{list} of possibly muliple \code{\link{Graph}}s. } \examples{