From 4bb286632f391cfee0fe9dc53256f5ca19f1086f Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Tue, 7 Feb 2023 22:04:31 +0400 Subject: [PATCH] Add missing to --- spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.md b/spec.md index f677e76..d0e165d 100644 --- a/spec.md +++ b/spec.md @@ -300,7 +300,7 @@ there are no arguments passed to the constructor. For example: new Foo(); ``` -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), then the body of the class SHOULD be abbreviated as `{}` and placed on the same line as the previous symbol, separated by a space. For example: