From 06ea4cf62eb3ae45e3c142eb14ba9e08fb62c162 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Sun, 1 Feb 2026 09:10:48 +1100 Subject: [PATCH] Fixing spelling --- pkg/yqlib/toml_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/yqlib/toml_test.go b/pkg/yqlib/toml_test.go index 919555ec..0ccbb54f 100644 --- a/pkg/yqlib/toml_test.go +++ b/pkg/yqlib/toml_test.go @@ -228,7 +228,7 @@ B = 12 name = "Tom" # name comment ` -// Repro for https://github.com/mikefarah/yq/issues/2588 +// Reproduce bug for https://github.com/mikefarah/yq/issues/2588 // Bug: standalone comments inside a table cause subsequent key-values to be assigned at root. var issue2588RustToolchainWithComments = ` [owner]