Skip to content

Commit 42987c9

Browse files
committed
Merge branch 'teal_reportable' of https://github.com/insightsengineering/teal.modules.general into teal_reportable
2 parents e7952f4 + e8db76a commit 42987c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ set_chunk_attrs <- function(teal_card,
399399
if (!inherits(teal_card[[current_ix]], "chunk_output")) {
400400
if (!quiet) {
401401
warning(
402-
"The ", ix,
402+
"The ", ix,
403403
" to last element of the `teal_card` is not a `chunk_output` object. Skipping any further modifications."
404404
)
405405
}

0 commit comments

Comments
 (0)