From e236c8c97829bf23cdeab4da2a70c2be31908e40 Mon Sep 17 00:00:00 2001 From: derailed Date: Tue, 10 Mar 2020 23:57:38 -0600 Subject: [PATCH] clean up --- internal/view/log_indicator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/view/log_indicator.go b/internal/view/log_indicator.go index d5be3820..989303c5 100644 --- a/internal/view/log_indicator.go +++ b/internal/view/log_indicator.go @@ -54,7 +54,7 @@ func (l *LogIndicator) FullScreen() bool { return l.fullScreen } -// TextWrap reports the current wrap mode. +// ToggleTimestamp toggles the current timestamp mode. func (l *LogIndicator) ToggleTimestamp() { l.showTime = !l.showTime }