From 8636f08d08d9e6592995ecbb5c16261884548599 Mon Sep 17 00:00:00 2001 From: Luffy <52o@qq52o.cn> Date: Fri, 27 Dec 2024 11:49:08 +0800 Subject: [PATCH] Fix missing space --- language/oop5/property-hooks.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/oop5/property-hooks.xml b/language/oop5/property-hooks.xml index d66568b61517..66ecd5d3030f 100644 --- a/language/oop5/property-hooks.xml +++ b/language/oop5/property-hooks.xml @@ -196,7 +196,7 @@ class Example or a short-set with an explicit type, or so on is all valid. - On a backed property, omitting a get orset + On a backed property, omitting a get or set hook means the default read or write behavior will be used.