Skip to content

Commit f2cdd2c

Browse files
authored
Merge pull request #58 from samdark/add-missing-to
Add missing to
2 parents a06cdcf + 4bb2866 commit f2cdd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ there are no arguments passed to the constructor. For example:
300300
new Foo();
301301
```
302302

303-
If class contains no additional declarations (such as an exception that exists only extend another exception with a new type),
303+
If class contains no additional declarations (such as an exception that exists only to extend another exception with a new type),
304304
then the body of the class SHOULD be abbreviated as `{}` and placed on the same line as the previous symbol,
305305
separated by a space. For example:
306306

0 commit comments

Comments
 (0)