Skip to content

Commit 3e23acf

Browse files
authored
Update README.md
1 parent 3ea7d43 commit 3e23acf

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
@@ -286,7 +286,7 @@ with mongoose:
286286
with Fawn:
287287
```javascript
288288
var doc = someMongooseDocument;
289-
var newDoc = doc.toObject;
289+
var newDoc = doc.toObject();
290290

291291
newDoc.someProperty = newValue
292292

0 commit comments

Comments
 (0)