Skip to content

Commit

Permalink
types: add option description to jsdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Jun 17, 2021
1 parent c21ccd5 commit 16518ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file-util-git-history.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const assert = require("assert");
* @typedef {import("nodegit").Revwalk.HistoryEntry} HistoryEntry
*
* @typedef {Object} Options
* @property {string} [gitPath]
* @property {string} [gitPath] predetermined git folder to get history from
*/

const accessAsync = promisify(access);
Expand Down

0 comments on commit 16518ec

Please sign in to comment.