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 aab239e commit 4841e39Copy full SHA for 4841e39
pages/docs/manual/latest/record.mdx
@@ -88,7 +88,7 @@ var me2 = {
88
89
</CodeTab>
90
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.
+In both `me` and `me2` the record definition from `School` is found. The first one, `me` with the regular type annotation, is preferred.
92
93
## Access
94
0 commit comments