Skip to content

Commit ef512b2

Browse files
committed
Merge pull request #49 from benjaminparnell/master
Capitalize types of return items in README. Closes #46
2 parents bd28c52 + 7d6155c commit ef512b2

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)