Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nao1215 committed Sep 2, 2024
1 parent 8c1cb31 commit 6bb9e58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,13 @@ a,Yulia,25
// line:2 column age: target is not greater than the threshold value: threshold=24, value=23
// line:3 column id: target is not a numeric character: value=a
// line:4 column name: target is not an alphabetic character: value=Den1s
}
```

### Example: japanese error message

```go
func ExampleCSVInJapanese() {
func main() {
input := `id,name,age
1,Gina,23
a,Yulia,25
Expand Down

0 comments on commit 6bb9e58

Please sign in to comment.