Skip to content

Commit c9e14ab

Browse files
committed
Fix typo in BitSetDecorator ScalaDoc
1 parent d4cffcb commit c9e14ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scala/collection/decorators/BitSetDecorator.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class BitSetDecorator[+C <: BitSet with BitSetOps[C]](protected val bs: C) {
88
import BitSetOps._
99

1010
/**
11-
* Bitwise left shift of this BitSet by given the shift distance.
11+
* Bitwise left shift of this BitSet by the given shift distance.
1212
* The shift distance may be negative, in which case this method performs a right shift.
1313
* @param shiftBy shift distance, in bits
1414
* @return a new BitSet whose value is a bitwise shift left of this BitSet by given shift distance (`shiftBy`)

0 commit comments

Comments
 (0)