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 a34130f + 13a8b4d commit ea1f70cCopy full SHA for ea1f70c
docs/docs/reference/other-new-features/type-test.md
@@ -6,8 +6,8 @@ title: "TypeTest"
6
TypeTest
7
--------
8
9
-When pattern matching there are two situations where were a runtime type test must be performed.
10
-The first is kind is an explicit type test using the ascription pattern notation.
+When pattern matching there are two situations where a runtime type test must be performed.
+The first kind is an explicit type test using the ascription pattern notation.
11
```scala
12
(x: X) match
13
case y: Y =>
0 commit comments