Skip to content

Commit 1377074

Browse files
committed
fix typescript
1 parent 959a1ce commit 1377074

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/typedef.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@ const { ACTIONS } = Utils.ACTIONS;
179179

180180
/**
181181
* @typedef {Object} DiffObject
182-
* @property {keep} [Object] - Index to start from, 0 is the default
183-
* @property {start} [number] - Amount of commits to show, 10 is the default
184-
* @property {count} [number] - Last updated time (excludes history) false is the default
182+
* @property {Object} [keep] - Index to start from, 0 is the default
183+
* @property {number} [count] - Last updated time (excludes history) false is the default
184+
* @property {number} [start] - Amount of commits to show, 10 is the default
185185
*/
186186

187187
module.exports = {};

0 commit comments

Comments
 (0)