Skip to content

Commit e21e56b

Browse files
committed
Fixed doc typo
1 parent 6bad1fc commit e21e56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/shared/src/main/scala/scodec/bits/ByteVector.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import scala.annotation.tailrec
4646
* @groupprio crypto 4
4747
*
4848
* @define bitwiseOperationsReprDescription bit vector
49-
* @define returnsView This method returns a view and hence, is O(1). Call [[compact]] generate a new strict vector.
49+
* @define returnsView This method returns a view and hence, is O(1). Call [[compact]] to generate a new strict vector.
5050
*/
5151
sealed abstract class ByteVector extends BitwiseOperations[ByteVector, Long] with Serializable {
5252

0 commit comments

Comments
 (0)