Skip to content

Commit fb1a45e

Browse files
authored
Merge branch 'master' into daan/refactor-sandbox_to_runtime_2
2 parents a21784e + 9c86c8a commit fb1a45e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ARCHITECTURE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ but many are generic.
202202
Chains built with Polkadot SDK can decide on their own which types they want
203203
to use for e.g. the chain's block number or account id's.
204204

205-
The `Environment` trait is how ink! knows the concretes types of the chain
205+
The `Environment` trait is how ink! knows the concrete types of the chain
206206
to which the contract will be deployed to.
207207
Specifically, our `ink_env` crate defines a trait [`Environment`](https://use-ink.github.io/ink/ink_env/trait.Environment.html)
208208
which specifies the types that are relevant for ink! to know.
@@ -247,7 +247,7 @@ ink! have to deal with both types as well.
247247
most smart-contract-specific events: `Called`, `ContractCodeUpdated, CodeStored`,
248248
`CodeRemoved`, `Terminated`, `DelegateCalled`,
249249
`StorageDepositTransferredAndHeld`, `StorageDepositTransferredAndReleased`.
250-
The `Instantiated` event was brought back in a latter PR.
250+
The `Instantiated` event was brought back in a later PR.
251251

252252
(5) `pallet-revive` included `revm` as a non-optional dependency. As ink! has to
253253
depend on `pallet-revive` for some features (e.g. sandboxed E2E testing), this

0 commit comments

Comments
 (0)