We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd4da87 + d8f1ca2 commit d49d930Copy full SHA for d49d930
_overviews/scala3-book/domain-modeling-fp.md
@@ -748,7 +748,7 @@ implicit class PizzaOps(p: Pizza) {
748
```
749
In the above code, we define the different methods on pizzas as methods in an _implicit class_.
750
With `implicit class PizzaOps(p: Pizza)` then wherever `PizzaOps` is imported its methods will be available on
751
-instances of `Pizza`. The reciever in this case is `p`.
+instances of `Pizza`. The receiver in this case is `p`.
752
753
{% endtab %}
754
{% tab 'Scala 3' for=module_7 %}
0 commit comments