Skip to content

Commit 09ed1c1

Browse files
committed
Fix docs Ctx.R
1 parent 0cb7689 commit 09ed1c1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

R/Ctx.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2017-2023 TileDB Inc.
3+
# Copyright (c) 2017-2025 TileDB Inc.
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal
@@ -55,7 +55,7 @@ getContext <- function() tiledb_get_context()
5555
#'
5656
#' @param ctx A TileDB context object
5757
#' @return NULL, invisibly. The function is invoked for the side-effect of
58-
#' storing the VFS object.
58+
#' storing the Ctx object.
5959
#' @export
6060
tiledb_set_context <- function(ctx) {
6161
stopifnot(`The 'ctx' argument must be a tiledb_ctx object` = is(ctx, "tiledb_ctx"))

man/tiledb_set_context.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)