From 0d8bec695606a65c5916d0da7fcb0a976a4e1f7b Mon Sep 17 00:00:00 2001 From: Peter Guld Leth <16867891+kuff@users.noreply.github.com> Date: Sun, 17 Jul 2022 00:00:28 +0200 Subject: Fix typo in line 456 (#20047) --- doc/intern.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit 1.4.1-2-gfad0