Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Typos #128

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To initiate an async call, the 'caller' contract must have sufficient funds to p

The [**`Nil.sol` extension library**](getting-started/prerequisites.mdx#solidity-library) also exposes the `awaitCall()` function.

The function allows for calling another smart contract asynchronously and retrieving the result of the call. This is useful if the contract logic needs to mimick the typical `async`/`await` flow prevalent in programming languages other than Solidity. Note that the feature is currently experimental and may change in future releases.
The function allows for calling another smart contract asynchronously and retrieving the result of the call. This is useful if the contract logic needs to mimic the typical `async`/`await` flow prevalent in programming languages other than Solidity. Note that the feature is currently experimental and may change in future releases.

:::info[State]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Contract 1 stores its owner's `pubkey`, which is useful for verifying external m

```

The contract also conntains a simple mechanism for verifying external messages:
The contract also contains a simple mechanism for verifying external messages:

```solidity showLineNumbers
contract Manufacturer {
Expand Down
2 changes: 1 addition & 1 deletion nil/reference/cli-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ Transferred AMOUNT to TO_ADDRESS CurrencyId=[CURRENCY_ID]

## `receipt`

This command is for retriving the receipt with the given hash.
This command is for retrieving the receipt with the given hash.

### Subcommands

Expand Down