more precise word

This commit is contained in:
PavelVozenilek
2014-09-18 17:07:52 +02:00
parent 79b08488f7
commit 67525d7c1b

View File

@@ -1449,7 +1449,7 @@ Examples:
proc forEach(c: proc (x: int) {.cdecl.}) =
...
forEach(printItem) # this will NOT work because calling conventions differ
forEach(printItem) # this will NOT compile because calling conventions differ
.. code-block:: nimrod