From 61bb3f1c6682dcaa05c67b60d3fd0d50e44e0761 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Tue, 24 Feb 2026 18:01:46 +0800 Subject: Fixed issue #246. --- doc/docs/doc/advanced/do.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/docs') diff --git a/doc/docs/doc/advanced/do.md b/doc/docs/doc/advanced/do.md index 40fd9fe..4bfcc17 100644 --- a/doc/docs/doc/advanced/do.md +++ b/doc/docs/doc/advanced/do.md @@ -20,7 +20,7 @@ print var -- nil here -YueScript's **do** can also be used an expression . Allowing you to combine multiple lines into one. The result of the do expression is the last statement in its body. +YueScript's **do** can also be used an expression. Allowing you to combine multiple lines into one. The result of the do expression is the last statement in its body. ```yuescript counter = do -- cgit v1.2.3-55-g6feb