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 959a1ce commit 1377074Copy full SHA for 1377074
lib/typedef.js
@@ -179,9 +179,9 @@ const { ACTIONS } = Utils.ACTIONS;
179
180
/**
181
* @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
+ * @property {Object} [keep] - Index to start from, 0 is the default
+ * @property {number} [count] - Last updated time (excludes history) false is the default
+ * @property {number} [start] - Amount of commits to show, 10 is the default
185
*/
186
187
module.exports = {};
0 commit comments