From 012a7a0dae23738d8f2484266fc39ece3dc7aae4 Mon Sep 17 00:00:00 2001 From: nekrassov01 Date: Tue, 20 Feb 2024 12:37:48 +0900 Subject: [PATCH] chore: fix typo --- _examples/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_examples/main.go b/_examples/main.go index 1e28fe5..77fce4a 100644 --- a/_examples/main.go +++ b/_examples/main.go @@ -382,7 +382,7 @@ func main() { */ /* - Ignore fileds + Ignore fields */ fmt.Println("/* Ignore fields */") @@ -472,6 +472,7 @@ func main() { table.Out() /* + +-------------------------+-----------------------------------------+ | Name | EscatableValue | +-------------------------+-----------------------------------------+ | wildcard domain | *.example.com | @@ -535,7 +536,6 @@ func main() { fmt.Println("// format: text") fmt.Println() - var builder strings.Builder table = mintab.New(&builder) if err := table.Load(s2); err != nil {