aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorMarc-Andre Lafortune <github@marc-andre.ca>2020-09-26 00:34:34 -0400
committerMarc-André Lafortune <github@marc-andre.ca>2020-09-30 18:11:24 -0400
commitfb16c3dce2e629f9c443f9615df18cf2bbb3a077 (patch)
treed817fca3bc4ae3ed6cc9ffa1a82908016da5ef19 /NEWS.md
parentf4733b2c31ea545b7211e4f7d0810953a2e477f1 (diff)
downloadruby-fb16c3dce2e629f9c443f9615df18cf2bbb3a077.tar.gz
Remove trailing whitespace [doc]
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
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.