Actions
Bug #1083
closedTypos in NEWS file (branch 1_9_1)
Description
=begin
NEWS file has some small typos. Patch to fix it attached below.
Index: NEWS¶
--- NEWS (wersja 21925)
+++ NEWS (kopia robocza)
@@ -45,14 +45,14 @@
o Exceptions are equal to each other if they belong to
the same class and have the same message and backtrace.
o SystemStackError used to be a subclass of StandardError
-
but not it is a direct subclass of Exception.
-
but now it is a direct subclass of Exception. o SecurityError: ditto o Removed Exception#to_str [Ruby2]
- Enumerable and Enumerator
o Enumerable::Enumerator, compatibility alias of Enumerator,
is removed.
- Enumerable and Enumerator
-
o Enumerable#map,collect_all called without a block returns
-
o Enumerable#map,collect called without a block returns an enumerator. o Even more builtin and bundled libraries have been made to return an enumerator when called without a block.
=end
Updated by matz (Yukihiro Matsumoto) almost 16 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
Applied in changeset r21966.
=end
Actions
Like0
Like0Like0