Skip to content

Commit 528cd27

Browse files
committed
-Xsource-features:no-infer-structural
1 parent c2e83f7 commit 528cd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/collection/Seq.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ trait SeqOps[+A, +CC[_], +C] extends Any
878878
*
879879
* @param that the sequence of elements to remove
880880
* @return a new $coll which contains all elements of this $coll
881-
* except some of occurrences of elements that also appear in `that`.
881+
* except some of the occurrences of elements that also appear in `that`.
882882
* If an element value `x` appears
883883
* ''n'' times in `that`, then the first ''n'' occurrences of `x` will not form
884884
* part of the result, but any following occurrences will.

0 commit comments

Comments
 (0)