Skip to content

Commit 7d6155c

Browse files
Capitalize types of return items in README. Closes #46
1 parent bd28c52 commit 7d6155c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ There are four main methods in this package:
1818

1919
func RenderFile(filename string, context ...interface{}) string
2020

21-
func ParseString(data string) (*template, os.Error)
21+
func ParseString(data string) (*Template, os.Error)
2222

23-
func ParseFile(filename string) (*template, os.Error)
23+
func ParseFile(filename string) (*Template, os.Error)
2424

2525
There are also two additional methods for using layouts (explained below).
2626

0 commit comments

Comments
 (0)