From 981f14fa8d15bf0339634435bdf41a873c732b82 Mon Sep 17 00:00:00 2001 From: Romashka Date: Sat, 14 Dec 2024 21:45:58 +0200 Subject: [PATCH 1/3] typo-Update handling-async-execution.mdx --- nil/getting-started/essentials/handling-async-execution.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nil/getting-started/essentials/handling-async-execution.mdx b/nil/getting-started/essentials/handling-async-execution.mdx index f2bcf570..06c936dc 100644 --- a/nil/getting-started/essentials/handling-async-execution.mdx +++ b/nil/getting-started/essentials/handling-async-execution.mdx @@ -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] From 3b85276884e7af0b573bfc0c9334119ab8ba3aaf Mon Sep 17 00:00:00 2001 From: Romashka Date: Sat, 14 Dec 2024 21:46:51 +0200 Subject: [PATCH 2/3] typo-Update writing-a-contract.mdx --- .../working-with-smart-contracts/writing-a-contract.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nil/getting-started/working-with-smart-contracts/writing-a-contract.mdx b/nil/getting-started/working-with-smart-contracts/writing-a-contract.mdx index 0d31777f..6e65b882 100644 --- a/nil/getting-started/working-with-smart-contracts/writing-a-contract.mdx +++ b/nil/getting-started/working-with-smart-contracts/writing-a-contract.mdx @@ -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 { From bbf59494b747be130907d9468d9cf6c410f4ff9a Mon Sep 17 00:00:00 2001 From: Romashka Date: Sat, 14 Dec 2024 21:49:04 +0200 Subject: [PATCH 3/3] typo-Update cli-reference.mdx --- nil/reference/cli-reference.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nil/reference/cli-reference.mdx b/nil/reference/cli-reference.mdx index 760b7855..f3d0f7fe 100644 --- a/nil/reference/cli-reference.mdx +++ b/nil/reference/cli-reference.mdx @@ -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