Skip to content

Commit 3302171

Browse files
wackerowminimalsm
andauthored
feat: update copy
Co-authored-by: Joshua <[email protected]>
1 parent 63a3cd2 commit 3302171

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/docs/smart-contracts/anatomy

1 file changed

+1
-1
lines changed

public/content/developers/docs/smart-contracts/anatomy/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ A complete contract might look something like this. Here the `constructor` funct
203203

204204
## Events and logs {#events-and-logs}
205205

206-
Events let you communicate with your smart contract from your frontend or other subscribing applications. When a transaction is validated and included in the block, smart contracts can emit events and write logs to the blockchain that the frontend can then process.
206+
Events enable your smart contract to communicate with your frontend or other subscribing applications. Once a transaction is validated and added to a block, smart contracts can emit events and log information, which the frontend can then process and utilize.
207207

208208
## Annotated examples {#annotated-examples}
209209

0 commit comments

Comments
 (0)