1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove trailing whitespace [doc]

This commit is contained in:
Marc-Andre Lafortune 2020-09-26 00:34:34 -04:00 committed by Marc-André Lafortune
parent f4733b2c31
commit fb16c3dce2
Notes: git 2020-10-01 07:11:53 +09:00

View file

@ -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.