Skip to content

Commit c653e28

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

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
@@ -52,7 +52,7 @@ The parent type `Record` in this example is a generic class that can represent a
5252
sequence of pairs of labels of type `String` and values of type `Any`.
5353
When we create a `Person` as a `Record` we have to assert with a typecast
5454
that the record defines the right fields of the right types. `Record`
55-
itself is too weakly typed so the compiler cannot know this this without
55+
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
5858
a database layer, and therefore would not be a concern of the end user

0 commit comments

Comments
 (0)