Skip to content

Commit 998153e

Browse files
committed
Remove the link to the Scaladoc of UndefinedBehaviorError.
It is not part of the public API anymore, so it has no Scaladoc.
1 parent c690338 commit 998153e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/semantics.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,7 @@ Every configurable undefined behavior has 3 possible modes:
124124

125125
* `Compliant`: behaves as specified on a JVM
126126
* `Unchecked`: completely unchecked and undefined
127-
* `Fatal`: checked, but throws
128-
[`UndefinedBehaviorError`s]({{ site.production_url }}/api/scalajs-library/{{ site.versions.scalaJS }}/#scala.scalajs.runtime.UndefinedBehaviorError)
129-
instead of the specified exception.
127+
* `Fatal`: checked, but throws `UndefinedBehaviorError`s instead of the specified exception
130128

131129
By default, undefined behaviors are in `Fatal` mode for `fastOptJS` and in
132130
`Unchecked` mode for `fullOptJS`.

0 commit comments

Comments
 (0)