From 853ac26e4411a18af440562b8cdd1149966f10f0 Mon Sep 17 00:00:00 2001 From: layla <111667698+04cb@users.noreply.github.com> Date: Mon, 2 Mar 2026 05:43:29 +0800 Subject: [PATCH] Fix typo: recieve to receive (#1455) --- docs/modules/language-reference/pages/index.adoc | 2 +- docs/modules/release-notes/pages/0.29.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/language-reference/pages/index.adoc b/docs/modules/language-reference/pages/index.adoc index 208c6cbf..60a94e68 100644 --- a/docs/modules/language-reference/pages/index.adoc +++ b/docs/modules/language-reference/pages/index.adoc @@ -4922,7 +4922,7 @@ animals { ==== Receiver The receiver is the bottom-most object in the <>. -That means that, within the context of an amending object, the reciever is the amending object. +That means that, within the context of an amending object, the receiver is the amending object. Example: [source,pkl] diff --git a/docs/modules/release-notes/pages/0.29.adoc b/docs/modules/release-notes/pages/0.29.adoc index d3ea4e46..6ea57b13 100644 --- a/docs/modules/release-notes/pages/0.29.adoc +++ b/docs/modules/release-notes/pages/0.29.adoc @@ -266,7 +266,7 @@ Thanks to https://github.com/gordonbondon[@gordonbondon] for contributing to thi === `@Generated` annotation for Java/Kotlin codegen -Classes generated by the Java and Kotlin code generator can optionally recieve new annotation called `Generated` (https://github.com/apple/pkl/pull/1075[#1075], https://github.com/apple/pkl/pull/1115[#1115]). +Classes generated by the Java and Kotlin code generator can optionally receive new annotation called `Generated` (https://github.com/apple/pkl/pull/1075[#1075], https://github.com/apple/pkl/pull/1115[#1115]). This behavior is toggled with the `--generated-annotation` CLI flag, or the similarly named Gradle property.