Skip to content

Commit 3c2c553

Browse files
authored
Update blocks.md
1 parent e299e50 commit 3c2c553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handbook/blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Blocks automatically keep bound and committed records up-to-date with matched re
5252

5353
## Tips
5454

55-
Althgouth they are similar, it's important not to think of blocks like functions in other languages. Blocks don't have a name, and you don't "call" them like you do functions. Instead, you "use" a block by creating the records for which it searches.
55+
Although they are similar, it's important not to think of blocks like functions in other languages. Blocks don't have a name, and you don't "call" them like you do functions. Instead, you "use" a block by creating the records for which it searches.
5656

5757
Likewise, there is no "main" block. Since Eve is declarative and there is no order, there is no particular starting point for a program. As a close analog, any block that does not search for records will execute when the program starts. For instance:
5858

0 commit comments

Comments
 (0)