mirror of https://github.com/sbt/sbt.git
Fix typos (#891)
This commit is contained in:
parent
349b0161cb
commit
2177330c02
|
|
@ -1169,7 +1169,7 @@ object Cache {
|
|||
|
||||
/***
|
||||
*
|
||||
* @param beforeOutput: called before any output is printed, iff something else is outputed.
|
||||
* @param beforeOutput: called before any output is printed, iff something else is outputted.
|
||||
* (That is, if that `Logger` doesn't print any progress,
|
||||
* `initialMessage` won't be printed either.)
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -22,4 +22,4 @@
|
|||
|
||||
### Non-backward compatible changes
|
||||
|
||||
* Minor binary and source compatiblity breaking on `FileError.NotFound` (addition of an optional parameter)
|
||||
* Minor binary and source compatibility breaking on `FileError.NotFound` (addition of an optional parameter)
|
||||
|
|
|
|||
Loading…
Reference in New Issue