Skip to content

Commit f05627c

Browse files
authored
Update scaling-functions.Rmd (#538)
removed what appears to be a sentence fragment that has been superceded by the following sentence.
1 parent 09300c4 commit f05627c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaling-functions.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ sliders <- pmap(vars, mySliderInput)
177177

178178
Don't worry if this code looks like gibberish to you: you can continue to use copy and paste.
179179
But in the long-run, I'd recommend learning more about functional programming, because it gives you such a wonderful ability to concisely express otherwise long-winded concepts.
180-
You can see other examples See Section \@ref(programming-ui) for more examples of using these techniques to generate dynamic UI in response to user actions.
180+
See Section \@ref(programming-ui) for more examples of using these techniques to generate dynamic UI in response to user actions.
181181

182182
## Server functions
183183

0 commit comments

Comments
 (0)