From ce012294c43bc7448de777b245936a32f301cc6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Przemys=C5=82aw=20Pluta?= Date: Tue, 2 Jun 2020 19:30:59 +0200 Subject: [PATCH] Updated Loop statement expression (markdown) --- Loop-statement-expression.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Loop-statement-expression.md b/Loop-statement-expression.md index 758bd71..18df395 100644 --- a/Loop-statement-expression.md +++ b/Loop-statement-expression.md @@ -239,4 +239,4 @@ output = (((((data as d println(output); # [11, 11, 11] ``` -As you can see it actually works but is not convenient and readable. \ No newline at end of file +As you can see it actually works but is not convenient nor readable. \ No newline at end of file