summaryrefslogtreecommitdiffhomepage
path: root/chapel.html.markdown
diff options
context:
space:
mode:
authorian.bertolacci <ibertolacci@cray.com>2015-07-15 12:08:24 -0700
committerian.bertolacci <ibertolacci@cray.com>2015-07-15 12:08:24 -0700
commit29e468266dc9d2a085ad3ae9e92678c230052a80 (patch)
tree352447b16ac8cb0806b1324d3323fdf97073fbbf /chapel.html.markdown
parent37257b592275a5ddb41d7e1d6545aa039b1a35c3 (diff)
parentd6f8b8e629b0eb043710864566f894c0ce5f871c (diff)
Merge branch 'master' of github.com:ian-bertolacci/learnxinyminutes-docs
Something
Diffstat (limited to 'chapel.html.markdown')
-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