Skip to content

Commit

Permalink
Fix typo in code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Aug 7, 2024
1 parent c6d5ca4 commit 1d0b102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/basics.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1d0b102

Please sign in to comment.