Skip to content

Commit 1bee980

Browse files
another renaming
1 parent 34ede2f commit 1bee980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/linters/rd/options_doc_check.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ options_documentation_linter = function(rd_file) {
3131

3232
doc_opts = rd_file |>
3333
tools::parse_Rd() |>
34-
walk_rd() |>
34+
walk_rd_ast_for_options() |>
3535
unique()
3636

3737
miss_in_doc = setdiff(code_opts, doc_opts)

0 commit comments

Comments
 (0)