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.
1 parent 0cff768 commit 3f42664Copy full SHA for 3f42664
accepted/future-releases/0546-patterns/feature-specification.md
@@ -752,10 +752,10 @@ display(Object obj) {
752
753
It is a compile-time error if:
754
755
-* `objectName` does not refer to a type.
+* `typeName` does not refer to a type.
756
757
* A type argument list is present and does not match the arity of the type of
758
- `objectName`.
+ `typeName`.
759
760
* A `patternField` is of the form `pattern`. Positional fields aren't allowed.
761
0 commit comments