Skip to content

Commit 60fefb0

Browse files
author
Tomek Wiszniewski
committed
Mark partials as optional
1 parent aee41ba commit 60fefb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Following is an [rtype](https://git.io/rtype) signature of the most commonly use
119119
Mustache.render(
120120
template : String,
121121
view : Object,
122-
partials : Object,
122+
partials? : Object,
123123
) => String
124124

125125
Mustache.parse(

0 commit comments

Comments
 (0)