Commit 0a425ce4 authored by Jochen Van de Velde's avatar Jochen Van de Velde

Fix typo in quickstart

parent 3b04ba7e
...@@ -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