Fix typo: recieve to receive (#1455)

This commit is contained in:
layla
2026-03-02 05:43:29 +08:00
committed by GitHub
parent f9b880be85
commit 7c5a80a584
2 changed files with 2 additions and 2 deletions

View File

@@ -4922,7 +4922,7 @@ animals {
==== Receiver
The receiver is the bottom-most object in the <<prototype-chain>>.
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]

View File

@@ -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.