Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _posts/news/2022-02-14-announcing-scalajs-1.9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ We have optimized our `fround` polyfill to the greatest extent possible, but ben
If you really want to, you can switch back to non-strict float semantics with the following linker setting:

{% highlight scala %}
scalaJSLinkerConfig ~= { _.withSemantics(_.withStrictFloats(true)) }
scalaJSLinkerConfig ~= { _.withSemantics(_.withStrictFloats(false)) }
{% endhighlight scala %}

This is however *deprecated*, and will eventually *cease to have any effect* in a later major or minor version of Scala.js.
Expand Down