From bd0e1024c6372b6928c49d4f8175b739a7e2aff6 Mon Sep 17 00:00:00 2001 From: Thibaut Lienart Date: Mon, 2 Nov 2020 09:00:33 +0100 Subject: [PATCH] Typo fix in NEWS.md There's also a bunch of issue links that are missing (#37410, #37247, #37540, #37973, #37461, #37753) but it seems there's a script that generates the links so I'm assuming that will be fixed automatically. --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index fc3d975091212..8b231f6a072ad 100644 --- a/NEWS.md +++ b/NEWS.md @@ -56,7 +56,7 @@ Compiler/Runtime improvements * All platforms can now use `@executable_path` within `jl_load_dynamic_library()`. This allows executable-relative paths to be embedded within executables on all platforms, not just MacOS, which the syntax is borrowed from. ([#35627]) -* Constant propogation now occurs through keyword arguments ([#35976]) +* Constant propagation now occurs through keyword arguments ([#35976]) * The precompilation cache is now created atomically ([#36416]). Invoking _n_ Julia processes simultaneously may create _n_ temporary caches.