Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nekrassov01 committed Feb 20, 2024
1 parent b9a54fc commit 012a7a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _examples/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ func main() {
*/

/*
Ignore fileds
Ignore fields
*/

fmt.Println("/* Ignore fields */")
Expand Down Expand Up @@ -472,6 +472,7 @@ func main() {
table.Out()

/*
+-------------------------+-----------------------------------------+
| Name | EscatableValue |
+-------------------------+-----------------------------------------+
| wildcard domain | *.example.com |
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 012a7a0

Please sign in to comment.