From de54a1ff3019e3ca41eca99f93cf054740417abe Mon Sep 17 00:00:00 2001 From: Edgar Ruiz <77294576+edgararuiz@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:42:46 -0500 Subject: [PATCH] Update R/board_databricks.R Co-authored-by: Julia Silge --- R/board_databricks.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/board_databricks.R b/R/board_databricks.R index eab7be5b..60e07ba0 100644 --- a/R/board_databricks.R +++ b/R/board_databricks.R @@ -35,7 +35,7 @@ #' - 'DATABRICKS_HOST' #' - 'CONNECT_DATABRICKS_HOST' #' Defaults to `NULL`. -#' @param prefix Prefix within the bucket that this board will occupy. +#' @param prefix Prefix within the folder that this board will occupy. #' You can use this to maintain multiple independent pin boards within a single #' Databricks Volume. Make sure to end with '/', so as to take advantage of #' Databricks Volume directory-like handling.