From a80e230ea38a8cf9272a2bb4a9f89f7eabdfdb72 Mon Sep 17 00:00:00 2001 From: Winston Chang Date: Wed, 20 Feb 2013 16:48:16 -0600 Subject: [PATCH] Fix code block typo --- _includes/tutorial/scoping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/tutorial/scoping.md b/_includes/tutorial/scoping.md index fbaf3778c..fb09bc3df 100644 --- a/_includes/tutorial/scoping.md +++ b/_includes/tutorial/scoping.md @@ -113,7 +113,7 @@ shinyServer(function(input, output) { # ... }) }) +{% endhighlight %} If you use the default value of `local=FALSE`, then the file will be sourced in the global environment. -{% endhighlight %}