We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8365230 commit c496491Copy full SHA for c496491
README.md
@@ -39,7 +39,7 @@ you have compiler redefine a class and code already compiled to use the class wi
39
40
## Using the CachedCompiler.
41
42
-In this example, you can configure the compiler to write the files to a speicifc directory when you are in debug mode.
+In this example, you can configure the compiler to write the files to a specific directory when you are in debug mode.
43
44
private static final CachedCompiler JCC = CompilerUtils.DEBUGGING ?
45
new CachedCompiler(new File(parent, "src/test/java"), new File(parent, "target/compiled")) :
0 commit comments