From 8ee95c1c7cf7252b75047b6677ea164a8dbbd9e3 Mon Sep 17 00:00:00 2001 From: muzimuzhi Date: Thu, 26 Aug 2021 17:14:14 +0800 Subject: [PATCH] typo in release note --- src/release-notes/summer-2021.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/release-notes/summer-2021.md b/src/release-notes/summer-2021.md index 2adaee1..b2815cc 100644 --- a/src/release-notes/summer-2021.md +++ b/src/release-notes/summer-2021.md @@ -93,7 +93,7 @@ of names the *default environment* or the *default context*. Pyret has had roughly the same default environment for a long time, with only a handful of names added. Because Pyret is particular about [shadowing](https://www.pyret.org/docs/latest/Bindings.html#%28part._.Shadowing%29), -we risk breaking folks' code each time we we add a new name! +we risk breaking folks' code each time we add a new name! We designed a combined language feature and user interface solution to get around this (that hopefully reflects some lessons from other languages, like