From 1d0b10261f1f37fe731b7084f26782586d953d24 Mon Sep 17 00:00:00 2001 From: Jon Pretty Date: Wed, 7 Aug 2024 11:13:53 +0200 Subject: [PATCH] Fix typo in code sample --- doc/basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/basics.md b/doc/basics.md index e28c2f7..254a3b8 100644 --- a/doc/basics.md +++ b/doc/basics.md @@ -1,7 +1,7 @@ Larceny is a compiler plugin, and can be included in a compilation with the `-Xplugin:larceny.jar` parameter to `scalac`: ```sh -scalac -d bin -Xplugin:larceny.jar -classpath larceny.jar *.scala` +scalac -d bin -Xplugin:larceny.jar -classpath larceny.jar *.scala ``` The compiler plugin identifies code blocks whose compilation errors should be