mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-18 17:08:32 +00:00
Merge pull request #1925 from daniel-kullmann/doc-fix2
doc/tut2.txt: Tiny grammar fix
This commit is contained in:
@@ -640,7 +640,7 @@ Macros
|
||||
Macros enable advanced compile-time code transformations, but they cannot
|
||||
change Nim's syntax. However, this is no real restriction because Nim's
|
||||
syntax is flexible enough anyway. Macros have to be implemented in pure Nim
|
||||
code if `foreign function interface (FFI)
|
||||
code if the `foreign function interface (FFI)
|
||||
<manual.html#foreign-function-interface>`_ is not enabled in the compiler, but
|
||||
other than that restriction (which at some point in the future will go away)
|
||||
you can write any kind of Nim code and the compiler will run it at compile
|
||||
|
||||
Reference in New Issue
Block a user