File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ func ExampleExecute0() {
1515
1616 tmpl := easygen .NewTemplate ().Funcs (easygen .FuncDefs ())
1717
18- // define driving data of any tye
18+ // define driving data of any type
1919 v0 := "some-init-method"
2020 // https://godoc.org/github.com/go-easygen/easygen#Execute0
2121 // provide template string, not file name
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ func ExampleExecute() {
2424 tmpl := tmpl0 .Funcs (easygen .FuncDefs ()).Funcs (egFilePath .FuncDefs ()).
2525 Funcs (egVar .FuncDefs ()).Funcs (egCal .FuncDefs ())
2626
27- // define driving data of any tye
27+ // define driving data of any type
2828 v0 := variable {"some-init-method" }
2929 // https://godoc.org/github.com/go-easygen/easygen#Execute
3030 // provide full template file name with extension
You can’t perform that action at this time.
0 commit comments