Skip to content

Commit

Permalink
fixup! chore: Improve descriptions per code review
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Nov 29, 2023
1 parent 7472aeb commit d771a44
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions main/glossary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,9 +478,10 @@ For more information, see the [JavaScript Distributed Programming Guide](/guides
## Proposal

Proposals are records with `give`, `want`, and/or `exit` properties respectively
expressing [offer](#offer) conditions regarding what assets will be given, what
must be received in exchange, and an [exit rule](#exit-rule) defining how/when
the offer can be canceled. For example:
expressing [offer](#offer) conditions regarding what assets will be given,
what must be received in exchange to satisfy offer safety, and
an [exit rule](#exit-rule) defining how/when the offer can be canceled.
For example:
```js
const myProposal = harden({
give: { Asset: AmountMath.make(quatloosBrand, 4n) },
Expand Down

0 comments on commit d771a44

Please sign in to comment.