Skip to content

Commit 1541817

Browse files
Fix documentation
1 parent 4cdbcda commit 1541817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/transform/ArrayApply.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import dotty.tools.dotc.ast.tpd
1313
import scala.reflect.ClassTag
1414

1515

16-
/** This phase rewrites calls to `Array.apply` to primitive array instantion.
16+
/** This phase rewrites calls to `Array.apply` to a direct instantiation of the array in the bytecode.
1717
*
1818
* Transforms `scala.Array.apply([....])` and `scala.Array.apply(..., [....])` into `[...]`
1919
*/

0 commit comments

Comments
 (0)