From 4a4500bc0d31f76b8da1ca2c8811dc1ea25617e6 Mon Sep 17 00:00:00 2001 From: Hongbo Zhang Date: Tue, 10 Dec 2024 15:13:55 +0800 Subject: [PATCH] fix typo --- next/language/fundamentals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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