mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Remove extra spaces from jsdoc (#2958)
This commit is contained in:
committed by
John-David Dalton
parent
3c5b828d7e
commit
a0b928dfbb
@@ -13,7 +13,7 @@ const moduleExports = freeModule && freeModule.exports === freeExports;
|
||||
const Buffer = moduleExports ? root.Buffer : undefined, allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined;
|
||||
|
||||
/**
|
||||
* Creates a clone of `buffer`.
|
||||
* Creates a clone of `buffer`.
|
||||
*
|
||||
* @private
|
||||
* @param {Buffer} buffer The buffer to clone.
|
||||
|
||||
Reference in New Issue
Block a user