Skip to content

Commit

Permalink
chore: edit wording in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Dec 2, 2024
1 parent b919ae6 commit 963a1eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/navs-legacy.R
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,10 @@ navbar_options_resolve_deprecated <- function(
)
}

# Consolidate `navbar_options` (options_user) with direction options taking
# the direct option if the user option is a default value, warning if
# otherwise ignored.
# TODO-deprecated: Remove this and warning when direct options are hard-deprecated
# Consolidate `navbar_options` (options_user) with the deprecated direct
# options. We take the direct option if the user option is a default value,
# warning if otherwise ignored.
# TODO-deprecated: Remove this and warning when direct options are hard-deprecated
ignored <- c()
is_default <- attr(options_user, "is_default") %||% list()
for (opt in names(options_old)) {
Expand Down

0 comments on commit 963a1eb

Please sign in to comment.