We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9b255 commit 9540c7dCopy full SHA for 9540c7d
1 file changed
standard/interfaces.md
@@ -299,7 +299,7 @@ This clause augments the description of fields in classes [§15.5](classes.md#15
299
300
Interface fields are declared using *field_declaration*s ([§15.5.1](classes.md#1551-general)) with the following additional rules:
301
302
-- It is a compile-time error for *field_declaration* to declare an instance field. (As such, an interface field cannot be marked `required`.)
+- It is a compile-time error for *field_declaration* to declare an instance field. (As such, an interface field cannot be marked `required`.)
303
304
> *Example*: The following program contains static members of various kinds:
305
>
0 commit comments