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.
1 parent c653e28 commit 4ab3a1eCopy full SHA for 4ab3a1e
docs/docs/reference/changed-features/structural-types.md
@@ -55,7 +55,7 @@ that the record defines the right fields of the right types. `Record`
55
itself is too weakly typed so the compiler cannot know this without
56
help from the user. In practice, the connection between a structural type
57
and its underlying generic representation would most likely be done by
58
-a database layer, and therefore would not be a concern of the end user
+a database layer, and therefore would not be a concern of the end user.
59
60
`Record` extends the marker trait `scala.Selectable` and defines
61
a method `selectDynamic`, which maps a field name to its value.
0 commit comments