Skip to content

Commit a39a73d

Browse files
authored
fix md formatting
1 parent 09e788c commit a39a73d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standard/interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ This clause augments the description of fields in classes [§15.5](classes.md#15
299299
300300
Interface fields are declared using *field_declaration*s ([§15.5.1](classes.md#1551-general)) with the following additional rules:
301301
302-
- It is a compile-time error for *field_declaration* to declare an instance field. (As such, an interface field cannot be marked `required`.)
302+
- It is a compile-time error for *field_declaration* to declare an instance field. (As such, an interface field cannot be marked `required`.)
303303
304304
> *Example*: The following program contains static members of various kinds:
305305
>

0 commit comments

Comments
 (0)