From 1929a9b3f23333e23f3f20f2bd3845fe2906729d Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Sun, 18 Feb 2024 09:11:36 -0800 Subject: [PATCH] type --- nel/rune.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nel/rune.go b/nel/rune.go index 8493755..107eaf9 100644 --- a/nel/rune.go +++ b/nel/rune.go @@ -1,3 +1,3 @@ package nel -const Rune = '\u0085' +const Rune rune = '\u0085'