Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Updated bad jsdoc for Repository#createBlobFromBuffer
  • Loading branch information
jv-PintoBobcat authored and jv-PintoBobcat committed Feb 8, 2016
commit a1009e3ebd0be4e49100242c3660d54225398f69
2 changes: 1 addition & 1 deletion lib/repository.js
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ Repository.prototype.createCommitOnHead = function(
* Create a blob from a buffer
*
* @param {Buffer} buffer
* @return {Blob}
* @return {Oid}
*/
Repository.prototype.createBlobFromBuffer = function(buffer, callback) {
return Blob.createFromBuffer(this, buffer, buffer.length, callback);
Expand Down