Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bobzhang committed Dec 10, 2024
1 parent c9b7e80 commit 4a4500b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/language/fundamentals.md
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ A functional loop consumes arguments and returns a value. It is defined using th
```

```{warning}
Currently in `loop exprs { ... }`, `exprs` is nonempty list, while `for { ... }` is accepted for inifinite loop.
Currently in `loop exprs { ... }`, `exprs` is nonempty list, while `for { ... }` is accepted for infinite loop.
```

## Iterator
Expand Down

0 comments on commit 4a4500b

Please sign in to comment.