Merge pull request #1532 from PavelVozenilek/devel

more precise word
This commit is contained in:
Dominik Picheta
2014-09-18 18:13:16 +01:00

View File

@@ -1421,7 +1421,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