We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578c7ad commit 3c256a2Copy full SHA for 3c256a2
1 file changed
lib/blob.js
@@ -89,7 +89,7 @@ Blob.prototype.createFromFile = function(path, callback) {
89
/**
90
* @callback Blob~createFromFileCallback Callback executed after blob is created.
91
* @param {GitError|null} error An Error or null if successful.
92
- * @param {Blob|null} content The new blob or null.
+ * @param {Blob|null} blob The new blob or null.
93
*/
94
var self = this;
95
self.rawBlob.createFromFile(path, self.rawRepo, function blobCreateFromFileCallback(error, rawBlob) {
0 commit comments