There was an error while loading. Please reload this page.
1 parent 3720b79 commit 88e2ed7Copy full SHA for 88e2ed7
library/src/scala/collection/mutable/ArrayDeque.scala
@@ -554,7 +554,7 @@ object ArrayDeque extends StrictOptimizedSeqFactory[ArrayDeque] {
554
private[ArrayDeque] final val StableSize = 128
555
556
/**
557
- * Allocates an array whose size is next power of 2 > $len
+ * Allocates an array whose size is next power of 2 > `len`
558
* Largest possible len is 1<<30 - 1
559
*
560
* @param len
0 commit comments