Skip to content

Commit 645e29c

Browse files
committed
Fixed function name to match what was intended by the example.
1 parent ded58e5 commit 645e29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class Product // The class name will be used to name exposed resources
106106
$this->offers->add($offer);
107107
}
108108

109-
public function removeGreeting(Offer $offer): void
109+
public function removeOffer(Offer $offer): void
110110
{
111111
$offer->product = null;
112112
$this->offers->removeElement($offer);

0 commit comments

Comments
 (0)