File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/docs/reference/changed-features Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ The parent type `Record` in this example is a generic class that can represent a
52
52
sequence of pairs of labels of type ` String ` and values of type ` Any ` .
53
53
When we create a ` Person ` as a ` Record ` we have to assert with a typecast
54
54
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
56
56
help from the user. In practice, the connection between a structural type
57
57
and its underlying generic representation would most likely be done by
58
58
a database layer, and therefore would not be a concern of the end user
You can’t perform that action at this time.
0 commit comments