Skip to content

Commit

Permalink
chore: fix tiny typos (#213)
Browse files Browse the repository at this point in the history
* Update arrays1.cairo
* Update README.md
  • Loading branch information
lido333 authored Sep 23, 2024
1 parent 066cab8 commit 519dc87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exercises/arrays/arrays1.cairo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// arrays1.cairo
// Your task is to create an `Array` which holds three elements of type `felt252`.
// The first element shoud be 0.
// The first element should be 0.
// Make me compile and pass the test!
// Execute `starklings hint arrays1` or use the `hint` watch subcommand for a hint.

Expand Down
2 changes: 1 addition & 1 deletion exercises/structs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ struct Rectangle {

## Further information

- [Defining and instanciating Structs](https://book.cairo-lang.org/ch05-01-defining-and-instantiating-structs.html)
- [Defining and instantiating Structs](https://book.cairo-lang.org/ch05-01-defining-and-instantiating-structs.html)
- [An example program using structs](https://book.cairo-lang.org/ch05-02-an-example-program-using-structs.html)
- [The Method syntax](https://book.cairo-lang.org/ch05-03-method-syntax.html)

0 comments on commit 519dc87

Please sign in to comment.