Skip to content

Commit 617f11d

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 48ccb51 + 35de3ed commit 617f11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ but you can use a more logic-oriented approach. For example, search for the firs
202202
a given field. Or:
203203

204204
```js
205-
Template.parentData(function (data) {return data instanceof MyDocument;});
205+
var data = Template.parentData(function (data) {return data instanceof MyDocument;});
206206
```
207207

208208
## Contributors

0 commit comments

Comments
 (0)