Skip to content

Commit 3c256a2

Browse files
committed
Updated blob's documentation
1 parent 578c7ad commit 3c256a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/blob.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Blob.prototype.createFromFile = function(path, callback) {
8989
/**
9090
* @callback Blob~createFromFileCallback Callback executed after blob is created.
9191
* @param {GitError|null} error An Error or null if successful.
92-
* @param {Blob|null} content The new blob or null.
92+
* @param {Blob|null} blob The new blob or null.
9393
*/
9494
var self = this;
9595
self.rawBlob.createFromFile(path, self.rawRepo, function blobCreateFromFileCallback(error, rawBlob) {

0 commit comments

Comments
 (0)