Skip to content

Commit 6ec14d4

Browse files
committed
fixed README
1 parent 596df7c commit 6ec14d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ These template variables are available.
4040
// DO NOT EDIT.; Code generated by "constconv -type=constant.Kind -template=const_kind.tmpl testdata/const_kind.go
4141
```
4242
* `$.Extra`: Extra template data given by `-data` argument.
43-
For example, if the argument `-data="package=dayofweek;typename=DayOfWeek"` given, the below template variables are available:
43+
For example, if the argument `-data=package=dayofweek;typename=DayOfWeek` given, the below template variables are available:
4444
```
4545
{{ $.Extra.package }} // dayofweek
4646
{{ $.Extra.typename }} // DayOfWeek

0 commit comments

Comments
 (0)