summaryrefslogtreecommitdiffhomepage
path: root/chapel.html.markdown
diff options
context:
space:
mode:
authorian.bertolacci <ibertolacci@cray.com>2015-07-14 17:49:59 -0700
committerian.bertolacci <ibertolacci@cray.com>2015-07-14 17:49:59 -0700
commit343ae6ca1bd908aedfabe1dad948e4efff449628 (patch)
tree1b75ca325036735643cc151815383dca13ec59f8 /chapel.html.markdown
parente8b259f4c6fa71cea3ba9d0f65469b2a5eb56da6 (diff)
Almost last update. Small changes to wording
Diffstat (limited to 'chapel.html.markdown')
-rw-r--r--chapel.html.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapel.html.markdown b/chapel.html.markdown
index 799d32c3..5633214a 100644
--- a/chapel.html.markdown
+++ b/chapel.html.markdown
@@ -703,7 +703,7 @@ This tutorial is for people who want to learn the ropes of chapel without having
It won't teach you how to develop amazingly performant code, and it's not exhaustive.
Refer to the [language specification](http://chapel.cray.com/language.html) and the [library documentation](http://chapel.cray.com/docs/latest/) for more details.
-Occasionally check back here and on the Chapel site to see if more topics have been added or more tutorials created.
+Occasionally check back here and on the [Chapel site](http://chapel.cray.com) to see if more topics have been added or more tutorials created.
Your input, questions, and discoveries are important to the developers!
-----------------------------------------------------------------------
@@ -734,7 +734,7 @@ Chapel is easily installed with Brew for OS X
Compiling Code
--------------
Builds like other compilers
-```chpl myFile.chpl -o myExe``
+```chpl myFile.chpl -o myExe```
A notable argument:
- * ``--fast``: enables a number of optimizations and disables array bounds checks. Only enable when application is stable.
+ * ``--fast``: enables a number of optimizations and disables array bounds checks. Should only enable when application is stable.