From 4896d12a8e00a4ce5cb053194cfeebd25a8cc003 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Mon, 19 Jun 2023 19:59:56 -0500 Subject: [PATCH] fixed: grammar --- www/news-articles/release-0.1.3.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/news-articles/release-0.1.3.html b/www/news-articles/release-0.1.3.html index a05b1be..a7d6d73 100644 --- a/www/news-articles/release-0.1.3.html +++ b/www/news-articles/release-0.1.3.html @@ -35,7 +35,7 @@ println(total);

This does require a syntax change, and hence is a breaking change. -However, this feature has not been used much in actual yet, so there shouldn't be much to change. +However, this feature has not been used much in actual code yet, so there shouldn't be much to change. Also, there is no semantic difference between the previous way this worked and the current way. The current way only allows for explicit bindings; this would also work in the new version.

-- 2.25.1