Skip to content

Commit 9ee5511

Browse files
fix: fix line number
1 parent b4ca76f commit 9ee5511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/catalog/go/unmarshal-tag-is-dash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ constraints:
4141
### Example
4242
4343
<!-- highlight matched code in curly-brace {lineNum} -->
44-
```go{10,15,20}
44+
```go{8,12,16}
4545
package main
4646

4747
type TestStruct1 struct {

0 commit comments

Comments
 (0)