Skip to content

Commit

Permalink
Fix doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfuzz committed Mar 21, 2023
1 parent 79a648d commit 684b559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typey/export/AskIf.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export class AskIf {
* @param {?number} [options.minExclusive = null] Exclusive minimum value.
* That is, require `value > minExclusive`.
* @param {?number} [options.minInclusive = null] Inclusive minimum value.
* That is, require `value > minInclusive`.
* That is, require `value >= minInclusive`.
* @param {boolean} [options.safeInteger = false] Must `value` be a safe
* integer (exactly representable integer as a regular JavaScript number).
* Implies `options.finite: true`.
Expand Down

0 comments on commit 684b559

Please sign in to comment.