Skip to content

Commit 4bb2866

Browse files
committed
Add missing to
1 parent af462c8 commit 4bb2866

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)