Skip to content

Commit

Permalink
docs(zoe): editorial
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Hibbert <[email protected]>
  • Loading branch information
dckc and Chris-Hibbert authored Jan 4, 2024
1 parent 8733a14 commit 611286d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/guides/zoe/contract-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ a method of the contract's `publicFacet`:

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

We mark it `Far(...)` to allow callers from outside the contract
We mark it `Far(...)` to allow callers to use it from outside the contract
and give it a suggestive interface name for debugging.
_We'll discuss [Far in more detail](../js-programming/far.md) later._

Expand Down

0 comments on commit 611286d

Please sign in to comment.