We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4cffcb commit c9e14abCopy full SHA for c9e14ab
src/main/scala/scala/collection/decorators/BitSetDecorator.scala
@@ -8,7 +8,7 @@ class BitSetDecorator[+C <: BitSet with BitSetOps[C]](protected val bs: C) {
8
import BitSetOps._
9
10
/**
11
- * Bitwise left shift of this BitSet by given the shift distance.
+ * Bitwise left shift of this BitSet by the given shift distance.
12
* The shift distance may be negative, in which case this method performs a right shift.
13
* @param shiftBy shift distance, in bits
14
* @return a new BitSet whose value is a bitwise shift left of this BitSet by given shift distance (`shiftBy`)
0 commit comments