From 45c7a7e1df6731a55393d6feb5bc5b634b945790 Mon Sep 17 00:00:00 2001 From: Samuel Kelemen Date: Thu, 20 Jul 2023 14:51:59 +0200 Subject: [PATCH] fix(yaml.go): Spelling: colums -> columns --- yaml.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaml.go b/yaml.go index 8cec6da4..c20a7595 100644 --- a/yaml.go +++ b/yaml.go @@ -347,7 +347,7 @@ const ( // control over the content being decoded or encoded. // // It's worth noting that although Node offers access into details such as -// line numbers, colums, and comments, the content when re-encoded will not +// line numbers, columns, and comments, the content when re-encoded will not // have its original textual representation preserved. An effort is made to // render the data plesantly, and to preserve comments near the data they // describe, though.