From bbc9b103acac96b83b150b81f2effe1b65c3f8a2 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Tue, 15 Sep 2026 22:09:06 +0200 Subject: docs: GUI design draft; code comments no longer name the owner --- internal/extract/plain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/extract/plain.go') diff --git a/internal/extract/plain.go b/internal/extract/plain.go index ce9dedc..beffae1 100644 --- a/internal/extract/plain.go +++ b/internal/extract/plain.go @@ -39,7 +39,7 @@ func readDecoded(path string) (string, error) { // sample that merely looks like UTF-8 must hold for the WHOLE file — no // NUL byte anywhere, and no invalid UTF-8 anywhere past the sample — or // the file is ErrUnsupported after all (a self-extracting installer has no -// text in krino's sense, Łukasz's decision after the plan 10 re-check); the +// text in krino's sense, decided after the plan 10 re-check); the // Latin-1 fallback in decode // never applies to a sniffed file, only to a file whose extension already // names it as text. D2: when the file continues past the sample (n == -- cgit v1.3