Commit d0c1a7a2 authored by Robert Bradshaw's avatar Robert Bradshaw

Merge pull request #357 from jochenvdv/master

Fix typo in quickstart
parents 3b04ba7e 0a425ce4
...@@ -62,7 +62,7 @@ With additional type declarations, this might look like:: ...@@ -62,7 +62,7 @@ With additional type declarations, this might look like::
Since the iterator variable ``i`` is typed with C semantics, the for-loop will be compiled Since the iterator variable ``i`` is typed with C semantics, the for-loop will be compiled
to pure C code. Typing ``a``, ``s`` and ``dx`` is important as they are involved to pure C code. Typing ``a``, ``s`` and ``dx`` is important as they are involved
in arithmetic withing the for-loop; typing ``b`` and ``N`` makes less of a in arithmetic within the for-loop; typing ``b`` and ``N`` makes less of a
difference, but in this case it is not much extra work to be difference, but in this case it is not much extra work to be
consistent and type the entire function. consistent and type the entire function.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment