Skip to content

Commit

Permalink
chore: fix typo ch04-03-expressions-and-scope.md
Browse files Browse the repository at this point in the history
"experssion" → "expression"
  • Loading branch information
osrm authored Aug 2, 2024
1 parent fd86768 commit 4f869bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/ch04-03-expressions-and-scope.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Expressions and scope

By the end of this lesson, you'll demonstrate mastery of expressions and scope, including being able to evaluate when variables are accessible and what the values of experssions will be after execution.
By the end of this lesson, you'll demonstrate mastery of expressions and scope, including being able to evaluate when variables are accessible and what the values of expressions will be after execution.

In Move, expressions and scope are fundamental concepts that dictate how data is manipulated and accessed within your programs. Let's delve deeper into these concepts with more examples to illustrate their practical use in blockchain development.

Expand Down

0 comments on commit 4f869bf

Please sign in to comment.