Fix from review.

This commit is contained in:
Josh Suereth 2015-01-14 16:27:12 -05:00
parent 1fcd2f9769
commit 6587729fa9
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
### Bytecode Enhancers
sbt 0.13.8 adds an extension point whereby users can effectively manipulate java bytecode (.class files) BEFORE the
sbt 0.13.8 adds an extension point whereby users can effectively manipulate java bytecode (.class files) *before* the
incremental compiler attempts to cache the classfile hashes. This allows libraries like ebean to function with sbt
without corrupting the compiler cache and rerunning compile every few seconds.