diff --git a/main/ertp/api/contract-hosts.md b/main/ertp/api/contract-hosts.md
index 38b3eed02..c9291c645 100644
--- a/main/ertp/api/contract-hosts.md
+++ b/main/ertp/api/contract-hosts.md
@@ -103,7 +103,6 @@ E(escrowExchangeInstallationP)
Start execution of the contract. May return invites for seats.
-### Need help writing/checking example.
```js
import harden from '@agoric/harden';
@@ -126,7 +125,6 @@ export { aNewContract }
- `name` `{String}` - Labels the invite payment for this seat. Optional.
- Returns: `{Payment}`
-### No description in chainmail file. Please double check that this description makes sense.
Creates a payment for an invite for a seat in a contract. The returned Payment can be passed to `contractHost.redeem()` to get a seat Object.
```js
@@ -158,4 +156,4 @@ const purseB = assayB.makeEmptyPurse();
const seatP = E(someHost).redeem(someInvite);
collect(seatP, purseA, purseB, 'a log message');
-```
\ No newline at end of file
+```