mirror of
https://github.com/apple/pkl.git
synced 2026-03-23 17:41:10 +01:00
Fix typo: recieve to receive (#1455)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user