Skip to content

Commit d81c64f

Browse files
authored
fix missing closing-parenthesis in code examples (#232)
1 parent c0d0d1e commit d81c64f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const stringify = fastJson({
124124
title: 'Example Schema with string date-time field',
125125
type: 'string',
126126
format: 'date-time'
127-
}
127+
})
128128

129129
console.log(stringify(moment())) // '"YYYY-MM-DDTHH:mm:ss.sssZ"'
130130
```
@@ -298,7 +298,7 @@ const stringify = fastJson({
298298
}]
299299
}
300300
}
301-
}
301+
})
302302
```
303303

304304
<a name="if-then-else"></a>

0 commit comments

Comments
 (0)