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.
2 parents 7b937c3 + ff63fda commit 11a421cCopy full SHA for 11a421c
pages/docs/manual/latest/record.mdx
@@ -162,7 +162,7 @@ ReScript [`v10`](/blog/release-10-0-0#experimental-optional-record-fields) intro
162
163
<CodeTab labels={["ReScript", "JS Output"]}>
164
165
-```res prelude
+```res example
166
type person = {
167
age: int,
168
name?: string
@@ -181,7 +181,7 @@ You can omit any optional fields when creating a record. Not setting an optional
181
182
183
184
185
186
187
0 commit comments