mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
missing ()
This commit is contained in:
@@ -122,7 +122,7 @@ shinyServer(function(input, output) {
|
||||
fib(as.numeric(input$n))
|
||||
}
|
||||
|
||||
output$nthValue <- renderText({ currentFib })
|
||||
output$nthValue <- renderText({ currentFib() })
|
||||
})
|
||||
{% endhighlight %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user