Skip to content

Commit a3134ae

Browse files
authored
typo in function(input, output, server) (#456)
1 parent 0628a35 commit a3134ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action-feedback.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ ui <- fluidPage(
260260
textOutput("out")
261261
)
262262
263-
server <- function(input, output, server) {
263+
server <- function(input, output, session) {
264264
output$out <- renderText({
265265
if (input$x < 0 && input$trans %in% c("log", "square-root")) {
266266
validate("x can not be negative for this transformation")

0 commit comments

Comments
 (0)