From 718237a16f95a8d1965eb9a0fffd6ee07bc2bb40 Mon Sep 17 00:00:00 2001 From: Howard Baek <50791792+howardbaek@users.noreply.github.com> Date: Tue, 17 Aug 2021 17:04:10 +0900 Subject: [PATCH] Update scaling-functions.Rmd Minor grammar fix --- scaling-functions.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scaling-functions.Rmd b/scaling-functions.Rmd index 1927d43c..5011f9d4 100644 --- a/scaling-functions.Rmd +++ b/scaling-functions.Rmd @@ -273,7 +273,7 @@ server <- function(input, output, session) { } ``` -This doesn't make testing or debugging any easier, but it does reduce duplicated code in. +This doesn't make testing or debugging any easier, but it does reduce duplicated code in the server. We could of course add `session` to the arguments of the function: