From 74bb37b97edb1c9d9be5680a432d8cd3a3a09f16 Mon Sep 17 00:00:00 2001 From: Beuc Date: Thu, 10 Sep 2020 11:29:14 +0200 Subject: [PATCH] ChangeLog.md: typo --- ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 37222735fecb4..178a53571661c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -81,7 +81,7 @@ Current Trunk (#11319) - Python2 is no longer supported by Emscripten. Emsdk now includes a bundled copy of Python3 on both macOS and Windows. This means that only non-emsdk - users and linux users should be effected by this change. + users and linux users should be affected by this change. - Store exceptions metadata in wasm memory instead of JS. This makes exception handling almost 100% thread-safe. (#11518)