From 116dddf4a8333cb1fc5a8a6d2d96793fa555cb14 Mon Sep 17 00:00:00 2001 From: marikaris Date: Tue, 14 May 2024 13:08:42 +0200 Subject: [PATCH] fix typo --- R/table.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/table.R b/R/table.R index 588bebe..4cf95da 100644 --- a/R/table.R +++ b/R/table.R @@ -169,7 +169,7 @@ armadillo.load_table <- function(project, folder, name) { # nolint #' Helper function to get the contents of a linkfile #' #' @param project projectname where the linkfile is stored -#' @param objectname folder/name of linkfile +#' @param object_name folder/name of linkfile #' #' @return the contents of the linkfile #'