From fb16c3dce2e629f9c443f9615df18cf2bbb3a077 Mon Sep 17 00:00:00 2001 From: Marc-Andre Lafortune Date: Sat, 26 Sep 2020 00:34:34 -0400 Subject: [PATCH] Remove trailing whitespace [doc] --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index f41b20a114..24b7986b50 100644 --- a/NEWS.md +++ b/NEWS.md @@ -411,7 +411,7 @@ Excluding feature bug fixes. * RBS is a new language for type definition of Ruby programs. It allows writing types of classes and modules with advanced - types including union types, overloading, generics, and + types including union types, overloading, generics, and _interface types_ for duck typing. * Ruby ships with type definitions for core/stdlib classes.