Skip to content

Commit

Permalink
fix(zoe): fix InstanceRecord type
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofman committed Feb 2, 2022
1 parent 6e2f8cb commit 9dc29ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zoe/src/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
* @typedef {StandardTerms & Record<string, any>} Terms
*
* @typedef {object} InstanceRecord
* @typedef {Object} InstanceRecord
* @property {Installation} installation
* @property {Instance} instance
* @property {Terms} terms - contract parameters
Expand Down

0 comments on commit 9dc29ca

Please sign in to comment.