Skip to content

Commit

Permalink
Data.List: Better English.
Browse files Browse the repository at this point in the history
  • Loading branch information
kamichidu committed Feb 27, 2015
1 parent 9f4a7b4 commit 00f1418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/data/list.vim
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ Context Data.List.has_common_items()
End

Context Data.List.intersect()
It returns elements are commons with two lists
It returns elements which are common with two lists
Should g:L.intersect(['a', 'b', 'c'], ['b', 'c']) ==# ['b', 'c']
Should g:L.intersect(['a', 'c'], ['b', 'c']) ==# ['c']
Should g:L.intersect(['a'], ['b', 'c']) ==# []
Expand Down

0 comments on commit 00f1418

Please sign in to comment.