Skip to content

Commit

Permalink
fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
uechoco committed Jan 2, 2021
1 parent 596df7c commit 6ec14d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ These template variables are available.
// DO NOT EDIT.; Code generated by "constconv -type=constant.Kind -template=const_kind.tmpl testdata/const_kind.go
```
* `$.Extra`: Extra template data given by `-data` argument.
For example, if the argument `-data="package=dayofweek;typename=DayOfWeek"` given, the below template variables are available:
For example, if the argument `-data=package=dayofweek;typename=DayOfWeek` given, the below template variables are available:
```
{{ $.Extra.package }} // dayofweek
{{ $.Extra.typename }} // DayOfWeek
Expand Down

0 comments on commit 6ec14d4

Please sign in to comment.