From 4ef4f17cec3c94bdd3453777adf6a1d6a90e11f2 Mon Sep 17 00:00:00 2001 From: Larry Garfield Date: Sat, 31 May 2025 01:51:50 -0500 Subject: [PATCH] Clarify what visibility must be declared. --- spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.md b/spec.md index 12f57a3..46b6598 100644 --- a/spec.md +++ b/spec.md @@ -519,7 +519,7 @@ class Talker ### 4.3 Properties and Constants -Visibility MUST be declared on all properties. +Visibility MUST be declared on all properties. If set-visibility is specified, then the general visibility MAY be omitted. Visibility MUST be declared on all constants.