diff options
author | ian.bertolacci <ibertolacci@cray.com> | 2015-07-15 12:08:24 -0700 |
---|---|---|
committer | ian.bertolacci <ibertolacci@cray.com> | 2015-07-15 12:08:24 -0700 |
commit | 29e468266dc9d2a085ad3ae9e92678c230052a80 (patch) | |
tree | 352447b16ac8cb0806b1324d3323fdf97073fbbf | |
parent | 37257b592275a5ddb41d7e1d6545aa039b1a35c3 (diff) | |
parent | d6f8b8e629b0eb043710864566f894c0ce5f871c (diff) |
Merge branch 'master' of github.com:ian-bertolacci/learnxinyminutes-docs
Something
-rw-r--r-- | chapel.html.markdown | 2 |
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 |