Skip to content

Commit 577f497

Browse files
committed
Fix docs Metadata.R
1 parent ef3842f commit 577f497

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

R/Metadata.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
@@ -25,7 +25,7 @@
2525
##' @param arr A TileDB Array object
2626
##' @param key A character value describing a metadata key
2727
##' @return A logical value indicating if the given key exists in the
28-
##' metdata of the given array
28+
##' metadata of the given array
2929
##' @export
3030
tiledb_has_metadata <- function(arr, key) {
3131
stopifnot(

man/tiledb_has_metadata.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)