Skip to content

Commit 37c8c16

Browse files
committed
close comment
1 parent d79c823 commit 37c8c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/manual/v12.0.0/dict.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ type user = {
127127
email: string,
128128
}
129129
130-
/** Decode JSON to a `user`.
130+
/** Decode JSON to a `user`. */
131131
let decodeUser = (json: JSON.t) => {
132132
switch json {
133133
| Object(dict{"name": JSON.String(name), "email": JSON.String(email)}) =>

0 commit comments

Comments
 (0)