Skip to content

Commit

Permalink
Fix typo in line 456 (nim-lang#20047)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuff authored and FedericoCeratto committed Jul 30, 2022
1 parent 443615c commit a673b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/intern.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit a673b8a

Please sign in to comment.