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() {
15
15
16
16
tmpl := easygen .NewTemplate ().Funcs (easygen .FuncDefs ())
17
17
18
- // define driving data of any tye
18
+ // define driving data of any type
19
19
v0 := "some-init-method"
20
20
// https://godoc.org/github.com/go-easygen/easygen#Execute0
21
21
// provide template string, not file name
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ func ExampleExecute() {
24
24
tmpl := tmpl0 .Funcs (easygen .FuncDefs ()).Funcs (egFilePath .FuncDefs ()).
25
25
Funcs (egVar .FuncDefs ()).Funcs (egCal .FuncDefs ())
26
26
27
- // define driving data of any tye
27
+ // define driving data of any type
28
28
v0 := variable {"some-init-method" }
29
29
// https://godoc.org/github.com/go-easygen/easygen#Execute
30
30
// provide full template file name with extension
You can’t perform that action at this time.
0 commit comments