Skip to content

Commit 09f19f6

Browse files
committed
spelling: produces
Signed-off-by: Josh Soref <[email protected]>
1 parent 8a3ac54 commit 09f19f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2020-11-03-scalajs-for-scala-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ TASTy has a very different level of abstraction than the Scala.js IR.
9595

9696
During the compilation pipeline, the compiler first type-checks and elaborates Scala source code into a TASTy-level representation (even in Scala 2, although it is not TASTy itself).
9797
Then, a few dozens of phases successively transform that representation to eliminate Scala features and erase the type system.
98-
It is only at the end of that process that Scala/JVM produces `.class` files while Scala.js procudes `.sjsir` files.
98+
It is only at the end of that process that Scala/JVM produces `.class` files while Scala.js produces `.sjsir` files.
9999

100100
We *can* compile from TASTy to JavaScript, but that does not take away the fact that we have to perform all those phases again.
101101
There is no shortcut.

0 commit comments

Comments
 (0)