Skip to content

Commit

Permalink
fix: Deadline type parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Sep 5, 2020
1 parent 93399c8 commit 4171e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zoe/src/contractFacet/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @property {(brand: Brand) => Issuer} getIssuerForBrand
* @property {GetAmountMath} getAmountMath
* @property {MakeZCFMint} makeZCFMint
* @property {(exit?: ExitRule) => ZcfSeatKit} makeEmptySeatKit
* @property {<Deadline>(exit?: ExitRule<Deadline>) => ZcfSeatKit} makeEmptySeatKit
*/

/**
Expand Down

0 comments on commit 4171e05

Please sign in to comment.