Skip to content

Commit b326567

Browse files
committed
chore: fix some comments
1 parent 2c6b90e commit b326567

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

R/tm_rmarkdown.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ tm_rmarkdown <- function(label = "RMarkdown Module",
9999
ans
100100
}
101101

102-
# UI function for the outliers module
102+
# UI function for the rmarkdown module
103103
ui_rmarkdown <- function(id, rmd_file, allow_download, ...) {
104104
args <- list(...)
105105
ns <- NS(id)
@@ -129,8 +129,7 @@ ui_rmarkdown <- function(id, rmd_file, allow_download, ...) {
129129
)
130130
}
131131

132-
# Server function for the outliers module
133-
# Server function for the outliers module
132+
# Server function for the rmarkdown module
134133
srv_rmarkdown <- function(id, data, rmd_file, allow_download) {
135134
checkmate::assert_class(data, "reactive")
136135
checkmate::assert_class(isolate(data()), "teal_data")

0 commit comments

Comments
 (0)