diff --git a/next/language/fundamentals.md b/next/language/fundamentals.md index ea5161a0..a5873d8d 100644 --- a/next/language/fundamentals.md +++ b/next/language/fundamentals.md @@ -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