File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ but many are generic.
202202Chains built with Polkadot SDK can decide on their own which types they want
203203to 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
206206to which the contract will be deployed to.
207207Specifically, our ` ink_env ` crate defines a trait [ ` Environment ` ] ( https://use-ink.github.io/ink/ink_env/trait.Environment.html )
208208which specifies the types that are relevant for ink! to know.
@@ -247,7 +247,7 @@ ink! have to deal with both types as well.
247247most 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
253253depend on ` pallet-revive ` for some features (e.g. sandboxed E2E testing), this
You can’t perform that action at this time.
0 commit comments