Skip to content

Commit 104452c

Browse files
authored
Fix JS Output error in docs(record part) (#580)
1 parent f352f5b commit 104452c

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
@@ -384,7 +384,7 @@ let nameWasSet = switch me {
384384
}
385385
```
386386
```js
387-
var nameWasSet = false;
387+
var nameWasSet = true;
388388

389389
var me = {
390390
age: 123,

0 commit comments

Comments
 (0)