We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1374f11 + 6f0e4c6 commit 9e29061Copy full SHA for 9e29061
src/library/scala/Predef.scala
@@ -36,8 +36,8 @@ import scala.io.StdIn
36
*
37
* A set of `assert` functions are provided for use as a way to document
38
* and dynamically check invariants in code. `assert` statements can be elided
39
- * at runtime by providing the command line argument `-Xdisable-assertions` to
40
- * the `scala` command.
+ * at compile time by providing the command line argument `-Xdisable-assertions` to
+ * the `scalac` command.
41
42
* Variants of `assert` intended for use with static analysis tools are also
43
* provided: `assume`, `require` and `ensuring`. `require` and `ensuring` are
0 commit comments