Skip to content

Commit

Permalink
Docs - Fix typo - Add missing y (#128)
Browse files Browse the repository at this point in the history
Closes #127

Co-authored-by: Vince <[email protected]>
  • Loading branch information
vince-grondin and Vince authored Nov 15, 2023
1 parent 7e03572 commit 76c12da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ By the end of this module, you should be able to:
- **Structs**
- Construct a struct (user-defined type) that contains several different data types
- Declare members of the struct to maximize storage efficiency
- Describe constraints related to assignment of structs depending on the types the contain
- Describe constraints related to assignment of structs depending on the types they contain
- **Inheritance**
- Write a smart contract that inherits from another contract
- **Imports**
Expand Down

0 comments on commit 76c12da

Please sign in to comment.