docs: fixed referenced property in "fixed" section (#1065)

This commit is contained in:
Sitaktif
2025-05-08 14:52:40 +01:00
committed by GitHub
parent e4716c9e45
commit 919d63e51a

View File

@@ -1059,7 +1059,7 @@ class Penguin extends Bird {
<2> Error: modifier `fixed` cannot be applied to property `name`.
The `fixed` modifier is useful for defining properties that are meant to be derived from other properties.
In the following snippet, the property `result` is not meant to be assigned to, because it is derived
In the following snippet, the property `wingspanWeightRatio` is not meant to be assigned to, because it is derived
from other properties.
[source%parsed,{pkl}]