Skip to content

Commit 4ab3a1e

Browse files
oderskysjrd
andauthored
Update docs/docs/reference/changed-features/structural-types.md
Co-authored-by: Sébastien Doeraene <[email protected]>
1 parent c653e28 commit 4ab3a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/changed-features/structural-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ that the record defines the right fields of the right types. `Record`
5555
itself is too weakly typed so the compiler cannot know this without
5656
help from the user. In practice, the connection between a structural type
5757
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
58+
a database layer, and therefore would not be a concern of the end user.
5959

6060
`Record` extends the marker trait `scala.Selectable` and defines
6161
a method `selectDynamic`, which maps a field name to its value.

0 commit comments

Comments
 (0)