diff --git a/rocks/computers/software/langs/raku.md b/rocks/computers/software/langs/raku.md index 511e4ff..b4c7bb8 100644 --- a/rocks/computers/software/langs/raku.md +++ b/rocks/computers/software/langs/raku.md @@ -165,7 +165,7 @@ joining a thread. ## Rakudo Rakudo is the main implementation of the Raku programming language. It -compiles Raku code to be run in MoarVM or, if wanted, the JVM[^:2]. +compiles Raku code to be run in MoarVM or, if wanted, the JVM[^2]. [^1]: Haha discordian reference! [^2]: MoarVM is the most used because it's the fastest raku implementation. But you can compile Rakudo to use the JVM if you really want to.