diff --git a/docs/docs/reference/other-new-features/type-test.md b/docs/docs/reference/other-new-features/type-test.md index 1bd066b02ffc..eae6b22ede33 100644 --- a/docs/docs/reference/other-new-features/type-test.md +++ b/docs/docs/reference/other-new-features/type-test.md @@ -6,8 +6,8 @@ title: "TypeTest" TypeTest -------- -When pattern matching there are two situations where were a runtime type test must be performed. -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. ```scala (x: X) match case y: Y =>