Skip to content

Commit a1ea343

Browse files
authored
some small fixes (#396)
1 parent 2b055fa commit a1ea343

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ compile-json-stringify date format x 1,086,187 ops/sec ±0.16% (99 runs sampled)
5656
- <a href="#missingFields">`Missing fields`</a>
5757
- <a href="#patternProperties">`Pattern Properties`</a>
5858
- <a href="#additionalProperties">`Additional Properties`</a>
59-
- <a href="#anyof">`AnyOf` and `OneOf`</a>
59+
- <a href="#AnyOf-and-OneOf">`AnyOf` and `OneOf`</a>
6060
- <a href="#ref">`Reuse - $ref`</a>
6161
- <a href="#long">`Long integers`</a>
6262
- <a href="#integer">`Integers`</a>
@@ -268,7 +268,7 @@ const stringify = fastJson({
268268
const obj = {
269269
nickname: 'nick',
270270
matchfoo: 42,
271-
otherfoo: 'str'
271+
otherfoo: 'str',
272272
matchnum: 3
273273
}
274274

@@ -311,7 +311,7 @@ const stringify = fastJson({
311311
const obj = {
312312
nickname: 'nick',
313313
matchfoo: 42,
314-
otherfoo: 'str'
314+
otherfoo: 'str',
315315
matchnum: 3,
316316
nomatchstr: 'valar morghulis',
317317
nomatchint: 313

0 commit comments

Comments
 (0)