Skip to content

Commit 72433da

Browse files
committed
Merge pull request nodegit#995 from cjlarose/master
Fix docstring for TreeEntry#getBlob
2 parents b342f01 + 591a6ff commit 72433da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tree_entry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ TreeEntry.prototype.getTree = function(callback) {
6060
};
6161

6262
/**
63-
* Retrieve the tree for this entry. Make sure to call `isTree` first!
63+
* Retrieve the blob for this entry. Make sure to call `isBlob` first!
6464
* @async
6565
* @return {Blob}
6666
*/

0 commit comments

Comments
 (0)