summary refs log tree commit diff stats
path: root/doc/intern.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/intern.md')
-rw-r--r--doc/intern.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intern.md b/doc/intern.md
index 0fd995582..b64db3233 100644
--- a/doc/intern.md
+++ b/doc/intern.md
@@ -454,7 +454,7 @@ could stem from a complex expression:
 A thunk would need to call 'returnsDefaultCC[i]' somehow and that would require
 an *additional* closure generation... Ok, not really, but it requires to pass
 the function to call. So we'd end up with 2 indirect calls instead of one.
-Another much more severe problem which this solution is that it's not GC-safe
+Another much more severe problem with this solution is that it's not GC-safe
 to pass a proc pointer around via a generic `ref` type.