Skip to content

Commit

Permalink
docs: editorial: avoid "a contract _is_ a module..."
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Dec 12, 2023
1 parent 6036527 commit 79f34ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/guides/zoe/contract-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Before we look at how to make a contract such as the one in [the
basic dapp](./) in the previous section, let's cover some basics.

A contract is a JavaScript module that exports a `start` function
that defines the contract's API.
A contract is defined by a JavaScript module that exports a `start` function
that implements the contract's API.

<<< @/snippets/zoe/src/01-hello.js#start

Expand Down

0 comments on commit 79f34ae

Please sign in to comment.