Skip to content

Commit 44b40d1

Browse files
committed
fix a typo in code tacitility tutorial
1 parent 7f140b7 commit 44b40d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/text/code_tactility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ F ← ×G
3535
F 10 4
3636
```
3737

38-
[stack]() llows you to inspect the stack at a given place in the code. It makes it easy to get a quick sense of what values a function is working with.
38+
[stack]() allows you to inspect the stack at a given place in the code. It makes it easy to get a quick sense of what values a function is working with.
3939

4040
## Labels
4141

0 commit comments

Comments
 (0)