Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
advieser committed Sep 30, 2024
1 parent c7dbf64 commit e335493
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/dictionary_sugar.R
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ dictionary_sugar_inc_get = function(dict, .key, ..., .dicts_suggest = NULL) {
#' @rdname dictionary_sugar_inc_get
#' @export
dictionary_sugar_inc_mget = function(dict, .keys, ..., .dicts_suggest = NULL) {
# ADD .dicts_suggest
objs = lapply(.keys, dictionary_sugar_inc_get, dict = dict, ..., .dicts_suggest = .dicts_suggest)
if (!is.null(names(.keys))) {
nn = names2(.keys)
Expand Down

0 comments on commit e335493

Please sign in to comment.