Skip to content

Commit 79c5cd6

Browse files
gzm0sjrd
andauthored
Update _posts/news/2023-09-30-announcing-scalajs.1.14.0.md
Co-authored-by: Sébastien Doeraene <sjrdoeraene@gmail.com>
1 parent 2496bb1 commit 79c5cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/news/2023-09-30-announcing-scalajs.1.14.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This will disable all parallelism in the linker (expect significant slowdown).
5353

5454
Because `js.UndefOr` is implemented differently in Scala 3, implicit conversion to `js.Any` was not available.
5555

56-
Thanks to @armanbilge, `js.UndefOr[T]` now implicitly converts to `js.Any`, provided `T` is convertiable to `js.Any`.
56+
Thanks to @armanbilge, `js.UndefOr[T]` now implicitly converts to `js.Any`, provided `T` is convertible to `js.Any`.
5757

5858
For example, the following now compiles on Scala 3:
5959

0 commit comments

Comments
 (0)