Fix typos (#891)

This commit is contained in:
Kazuhiro Sera 2018-08-11 23:51:41 +09:00 committed by Alexandre Archambault
parent 349b0161cb
commit 2177330c02
2 changed files with 2 additions and 2 deletions

View File

@ -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.)
*/

View File

@ -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)