8000 Update _includes/_markdown/install-munit.md · performantdata/docs.scala-lang@c622332 · GitHub
[go: up one dir, main page]

Skip to content

Commit c622332

Browse files
authored
Update _includes/_markdown/install-munit.md
1 parent 33562cc commit c622332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/_markdown/install-munit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can require the entire toolkit in a single line:
66
```scala
77
//> using toolkit latest
88
```
9-
MUnit being a testing framework, is only available in test files: files in a `test` directory or ones that have the `.test.scala` extension. Refer to the [Scala CLI documentation](https://scala-cli.virtuslab.org/docs/commands/test/) to learn more about the test scope.
9+
MUnit, being a testing framework, is only available in test files: files in a `test` directory or ones that have the `.test.scala` extension. Refer to the [Scala CLI documentation](https://scala-cli.virtuslab.org/docs/commands/test/) to learn more about the test scope.
1010

1111
Alternatively, you can require just a specific version of MUnit:
1212
```scala

0 commit comments

Comments
 (0)
0