From 021fba9c73987d8a84d3d8a031c367de0e075938 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 7 Dec 2024 18:28:01 +0000 Subject: [PATCH] chore(language/go): fix typo in comment --- modules/languages/siren-golang.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/languages/siren-golang.el b/modules/languages/siren-golang.el index fd334b0..d5d43fd 100644 --- a/modules/languages/siren-golang.el +++ b/modules/languages/siren-golang.el @@ -85,7 +85,7 @@ (add-to-list 'completion-ignored-extensions ".test")) (when (fboundp 'go-ts-mode) - ;; TODO: Re-evaluate go-ts-mode in the future. Right now it's immediate + ;; TODO: Re-evaluate go-ts-mode in the future. Right now its immediate ;; highlighting of syntax errors is a bit annoying, as it makes whole blocks ;; of code bright yellow around the cursor as you're typing. (use-package go-ts-mode