summaryrefslogtreecommitdiff
path: root/yaegi-internals/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'yaegi-internals/readme.md')
-rw-r--r--yaegi-internals/readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaegi-internals/readme.md b/yaegi-internals/readme.md
index 9f0a683..0d3a42d 100644
--- a/yaegi-internals/readme.md
+++ b/yaegi-internals/readme.md
@@ -340,7 +340,7 @@ provided by the Go runtime.
![figure 6: frame organization](frame1.drawio.svg)
-The memory management performed by the interpreter consists to create a
+The memory management performed by the interpreter consists of creating a
global frame at a new session (the top of the stack), populated with all
global values (constants, types, variables and functions). At each new
interpreted function call, a new frame is pushed on the stack,