Skip to content

Commit 4841e39

Browse files
committed
Tweak record doc.
Fixes #587
1 parent aab239e commit 4841e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/manual/latest/record.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ var me2 = {
8888

8989
</CodeTab>
9090

91-
Either of the above 3 says "this record's definition is found in the School file". The first one, the regular type annotation, is preferred.
91+
In both `me` and `me2` the record definition from `School` is found. The first one, `me` with the regular type annotation, is preferred.
9292

9393
## Access
9494

0 commit comments

Comments
 (0)