Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Shevtsov authored and bep committed Aug 24, 2020
1 parent 94f6ae3 commit ce74983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notepad.go
Expand Up @@ -62,7 +62,7 @@ type Notepad struct {
logListeners []LogListener
}

// A LogListener can ble supplied to a Notepad to listen on log writes for a given
// A LogListener can be supplied to a Notepad to listen on log writes for a given
// threshold. This can be used to capture log events in unit tests and similar.
// Note that this function will be invoked once for each log threshold. If
// the given threshold is not of interest to you, return nil.
Expand Down

0 comments on commit ce74983

Please sign in to comment.