Skip to content

Commit ad238cd

Browse files
Fix typo
1 parent 3457006 commit ad238cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/ca-type-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ val person = Person("John", "Doe")
120120
println(showablePerson.show(person))
121121
```
122122

123-
Not that in practice, type classes are typically used with values whose type is unknown, unlike the type `Person`, as shown in the next section.
123+
Note that in practice, type classes are typically used with values whose type is unknown, unlike the type `Person`, as shown in the next section.
124124
{% endtab %}
125125
{% tab 'Scala 3' %}
126126
```scala

0 commit comments

Comments
 (0)