Skip to content

Commit a8c14fb

Browse files
committed
Fix typo
1 parent 27611dd commit a8c14fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tm_g_association.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ srv_tm_g_association <- function(id,
530530
})
531531

532532
# Render R code.
533-
source_code_r <- reactive(prepare_cod(decorated_output_grob_q()))
533+
source_code_r <- reactive(prepare_code(decorated_output_grob_q()))
534534

535535
teal.widgets::verbatim_popup_srv(
536536
id = "rcode",

0 commit comments

Comments
 (0)