From ce7498392da6d96a17a449ce0e96172af864d822 Mon Sep 17 00:00:00 2001 From: Petr Shevtsov Date: Mon, 24 Aug 2020 13:31:34 +0300 Subject: [PATCH] Typo --- notepad.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notepad.go b/notepad.go index cc7957b..1f87cec 100644 --- a/notepad.go +++ b/notepad.go @@ -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.