Skip to content

Commit 74c4433

Browse files
committed
- [!] fix typo
1 parent 3d24fb2 commit 74c4433

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example_execute0_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

example_execute_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)