Skip to content

Commit ea1f70c

Browse files
authored
Merge pull request #10744 from arturopala/patch-2
Fix sentence grammar.
2 parents a34130f + 13a8b4d commit ea1f70c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/reference/other-new-features/type-test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ title: "TypeTest"
66
TypeTest
77
--------
88

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.
9+
When pattern matching there are two situations where a runtime type test must be performed.
10+
The first kind is an explicit type test using the ascription pattern notation.
1111
```scala
1212
(x: X) match
1313
case y: Y =>

0 commit comments

Comments
 (0)