From 4c3693fb7144869cbc17ea8dc86c4de032bc9ba9 Mon Sep 17 00:00:00 2001 From: Constantin Tews Date: Tue, 10 Nov 2020 08:56:23 +0100 Subject: [PATCH] Fix typo in release-notes.md `implemented` instead of `implemeneted`. --- release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes.md b/release-notes.md index b73e254e36..e57da8c856 100644 --- a/release-notes.md +++ b/release-notes.md @@ -26,7 +26,7 @@ This release covers three important milestones: F# 5, Visual Studio 16.8, and .N * `open type` declarations * Applicative computation expressions via `let! ... and!` * Overloads for custom operations in computation expressions (in preview), by [Ryan Riley](https://github.com/panesofglass) and [Diego Esmerio](https://github.com/Nhowka) -* Interfaces can now be implemeneted at different generic instantiations +* Interfaces can now be implemented at different generic instantiations * Default interface member consumption * Better interop with nullable value types