Skip to content

Commit df7ee0e

Browse files
committed
Remove {. in ReScript version
1 parent f80da32 commit df7ee0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/manual/latest/generate-converters-accessors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ type coordinates = {
127127
Generates 2 functions of the following types:
128128

129129
```res
130-
let coordinatesToJs: coordinates => {. "x": int, "y": int};
130+
let coordinatesToJs: coordinates => {"x": int, "y": int};
131131
132132
let coordinatesFromJs: {.. "x": int, "y": int} => coordinates;
133133
```

0 commit comments

Comments
 (0)