summaryrefslogtreecommitdiffhomepage
path: root/chapel.html.markdown
diff options
context:
space:
mode:
authorIan Bertolacci <ian.bertolacci@gmail.com>2015-07-14 19:09:10 -0700
committerIan Bertolacci <ian.bertolacci@gmail.com>2015-07-14 19:09:10 -0700
commitd6f8b8e629b0eb043710864566f894c0ce5f871c (patch)
treefcc9b9963a7673eab02a5c022a328e25fd364388 /chapel.html.markdown
parent7640ea4a306b979912d63d646864da824103c082 (diff)
Codify proc() main lacking note
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 8b41dc32..2cd55a66 100644
--- a/chapel.html.markdown
+++ b/chapel.html.markdown
@@ -757,7 +757,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