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 6bad1fc commit e21e56bCopy full SHA for e21e56b
core/shared/src/main/scala/scodec/bits/ByteVector.scala
@@ -46,7 +46,7 @@ import scala.annotation.tailrec
46
* @groupprio crypto 4
47
*
48
* @define bitwiseOperationsReprDescription bit vector
49
- * @define returnsView This method returns a view and hence, is O(1). Call [[compact]] generate a new strict vector.
+ * @define returnsView This method returns a view and hence, is O(1). Call [[compact]] to generate a new strict vector.
50
*/
51
sealed abstract class ByteVector extends BitwiseOperations[ByteVector, Long] with Serializable {
52
0 commit comments