summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPratik Karki <predatoramigo@gmail.com>2018-06-14 21:52:36 +0545
committerGitHub <noreply@github.com>2018-06-14 21:52:36 +0545
commita5f04d7e5350274a68bcec7361e4b7beefcf7829 (patch)
tree1b5dca5d29e4474a01cae8c4c01cbc10df5e5105
parent44f9834b2c262bb6efcb727494a9109b8c26549d (diff)
parent21ec02e5ead9523acf2321354aea11430a52e629 (diff)
Merge pull request #3101 from a3f/master
[tcl/en] Workaround for broken syntax highlighting
-rw-r--r--tcl.html.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcl.html.markdown b/tcl.html.markdown
index 40d9111a..f48d5271 100644
--- a/tcl.html.markdown
+++ b/tcl.html.markdown
@@ -328,6 +328,7 @@ proc greet {greeting name} {
# the third argument to "proc", is a string. The previous command
# can be rewritten using no braces:
proc greet greeting\ name return\ \"\$greeting,\ \$name!\"
+# "