We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a06cdcf + 4bb2866 commit f2cdd2cCopy full SHA for f2cdd2c
spec.md
@@ -300,7 +300,7 @@ there are no arguments passed to the constructor. For example:
300
new Foo();
301
```
302
303
-If class contains no additional declarations (such as an exception that exists only extend another exception with a new type),
+If class contains no additional declarations (such as an exception that exists only to extend another exception with a new type),
304
then the body of the class SHOULD be abbreviated as `{}` and placed on the same line as the previous symbol,
305
separated by a space. For example:
306
0 commit comments