Skip to content

Commit

Permalink
chore: small typo in variables challenge (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivpavici authored Oct 11, 2022
1 parent b4a0db7 commit 7094d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/lessons/variables.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// and run the code again.
//
// The behavior of the code doesn't change. This is because
// the keyword `local` allocates a new variables for the
// the keyword `local` allocates a new variable for the
// intermediate values as well. The main difference between
// `local` and `tempvar` is explained in the next lesson.

Expand Down

0 comments on commit 7094d09

Please sign in to comment.