Skip to content

Commit d649f6e

Browse files
committed
Fix typos
1 parent 633fe1f commit d649f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/named-tuples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ then `NamedTuple.From[City]` is the named tuple
221221
(zip: Int, name: String, population: Int)
222222
```
223223
The same works for enum cases expanding to case classes, abstract types with case classes as upper bound, alias types expanding to case classes
224-
and singleton type with case classes as underlying type (in terms of the implementation, the `classSymbol` of a type must be a case class.
224+
and singleton types with case classes as underlying type (in terms of the implementation, the `classSymbol` of a type must be a case class).
225225

226226
`From` is also defined on named tuples. If `NT` is a named tuple type, then `From[NT] = NT`.
227227

0 commit comments

Comments
 (0)