Skip to content

Commit 08c2f71

Browse files
fix typo
1 parent a8786d7 commit 08c2f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Do
192192
else ( Print "baz" );
193193
```
194194

195-
Now, lets use our knowledge of blocks to define our own control flow function `Thrice`, which should evaluate a block three times in a row. This demonstrates a different use of `Def` in which we bind a block from the stack.
195+
Now, let's use our knowledge of blocks to define our own control flow function `Thrice`, which should evaluate a block three times in a row. This demonstrates a different use of `Def` in which we bind a block from the stack.
196196

197197
```cognate
198198
Def Thrice as (

0 commit comments

Comments
 (0)