From 8fbe671b04fd9a71c6b7e1a6a5e0d08df00603e6 Mon Sep 17 00:00:00 2001 From: Daniel Kullmann Date: Sun, 11 Jan 2015 00:19:16 +0100 Subject: [PATCH] doc/tut2.txt: Tiny grammar fix A "the" was missing in "Macros have to be implemented in pure Nim code if foreign function interface (FFI is not enabled in the compiler" --- doc/tut2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tut2.txt b/doc/tut2.txt index 2ae0f18f6e..30aef02b2b 100644 --- a/doc/tut2.txt +++ b/doc/tut2.txt @@ -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) `_ 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