From 5b77dd53cd285c9bbca6f88723a2b4252ec54086 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Sun, 18 Feb 2024 09:11:25 -0800 Subject: [PATCH] type --- ls/rune.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ls/rune.go b/ls/rune.go index d2c0ebb..4f8ea70 100644 --- a/ls/rune.go +++ b/ls/rune.go @@ -1,3 +1,3 @@ package ls -const Rune = '\u2028' +const Rune rune = '\u2028'