diff options
author | Ian Bertolacci <ian.bertolacci@gmail.com> | 2015-07-20 13:01:25 -0700 |
---|---|---|
committer | Ian Bertolacci <ian.bertolacci@gmail.com> | 2015-07-20 13:01:25 -0700 |
commit | d35d9d213c3ce3ba1bb53aef896898d87e213d58 (patch) | |
tree | 9d65134a13ce1c5b66f85b001874b9bf98daf33e | |
parent | 2936ca4c69f7b96dfbe7f67de0ebcad910395ba1 (diff) |
Word error
that -> than
-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 4cbc5a4b..b124f54a 100644 --- a/chapel.html.markdown +++ b/chapel.html.markdown @@ -65,7 +65,7 @@ const almostPi: real = 22.0/7.0; param compileTimeConst: int = 16; // The config modifier allows values to be set at the command line -// and is much easier that the usual getOpts debacle +// and is much easier than the usual getOpts debacle // config vars and consts can be changed through the command line at run time config var varCmdLineArg: int = -123; config const constCmdLineArg: int = 777; |