From 3d15953707324361ff10c7901a149f27fb449349 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Fri, 15 Jan 2021 14:50:59 -0500 Subject: [PATCH] Update outdated comment --- ui/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/config.go b/ui/config.go index 8fafec5..e96e34a 100644 --- a/ui/config.go +++ b/ui/config.go @@ -8,7 +8,7 @@ type Config struct { GlamourMaxWidth uint GlamourStyle string - // Which document types shall we show? We work though this with bitmasking. + // Which document types shall we show? DocumentTypes DocTypeSet // For debugging the UI