diff options
Diffstat (limited to 'doc/nimrodc.txt')
-rwxr-xr-x | doc/nimrodc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nimrodc.txt b/doc/nimrodc.txt index 375a65109..71f5c0387 100755 --- a/doc/nimrodc.txt +++ b/doc/nimrodc.txt @@ -175,7 +175,7 @@ Emit pragma The `emit`:idx: pragma can be used to directly affect the output of the compiler's code generator. So it makes your code unportable to other code generators/backends. Its usage is highly discouraged! However, it can be -extremely useful for interfacing with C++ or Objective C code. +extremely useful for interfacing with `C++`:idx: or `Objective C`:idx: code. Example: |