Skip to content

Commit 55fcad7

Browse files
committed
Fix docs Group.R (v2)
1 parent 542098f commit 55fcad7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/Group.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ setClass("tiledb_group",
3737
#' \dQuote{READ} or \dQuote{WRITE}
3838
#' @param ctx (optional) A TileDB Context object; if not supplied the default
3939
#' context object is retrieved
40-
#' @param cfg (optional) A TileConfig object
41-
#' @return A 'group' object
40+
#' @param cfg (optional) A TileDB Config object
41+
#' @return A TileDB Group object
4242
#' @export
4343
tiledb_group <- function(
4444
uri,

man/tiledb_group.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)