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 }