summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--chapel.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapel.html.markdown b/chapel.html.markdown
index 77efbf5a..d4d6d648 100644
--- a/chapel.html.markdown
+++ b/chapel.html.markdown
@@ -773,7 +773,7 @@ Occasionally check back here and on the [Chapel site](http://chapel.cray.com) to
* Modules and standard modules
* Synchronize and atomic variables
* Multiple Locales (distributed memory system)
- * proc main(){ ... }
+ * ```proc main(){ ... }```
* Records
* Whole/sliced array assignment
* Reductions and scans