From ed7831dee7bea51e5ac02a8141f93bb965f5496b Mon Sep 17 00:00:00 2001 From: Julien Simonet Date: Wed, 11 Oct 2017 07:26:22 +0200 Subject: [PATCH] typo This -> "" --- docs/jit/overview.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/jit/overview.org b/docs/jit/overview.org index 162f1156f6..82cbc99b04 100644 --- a/docs/jit/overview.org +++ b/docs/jit/overview.org @@ -212,7 +212,7 @@ context. (Humans are good at that). is defined textually, much like the expression templates. + An /object/ for the JIT compiler to represent a machine instruction, and -+ A /function/ that emits the this machine code to the compiler ++ A /function/ that emits the machine code to the compiler buffer, with parameters substituted The textual 'tile definition' contains the name of the function that