diff --git a/docs/modules/language-reference/pages/index.adoc b/docs/modules/language-reference/pages/index.adoc index 027cfeb3..1c3f0384 100644 --- a/docs/modules/language-reference/pages/index.adoc +++ b/docs/modules/language-reference/pages/index.adoc @@ -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}]