Unverified Commit 01ce5824 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #4723 from shuujii/fix-typo-in-Array-difference-document

Fix typo in `Array#difference` document [ci skip]
parents 21c0c78d 1fb4e739
......@@ -129,7 +129,7 @@ class Array
# ary.difference(other_ary1, other_ary2, ...) -> new_ary
#
# Returns a new array that is a copy of the original array, removing all
# occurences of any item that also appear in +other_ary+. The order is
# occurrences of any item that also appear in +other_ary+. The order is
# preserved from the original array.
#
def difference(*args)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment