Skip to content

Commit 2048fa5

Browse files
authored
[meta] remove extraneous code backticks
Signed-off-by: Matthew Peveler <[email protected]>
1 parent 7e937fa commit 2048fa5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238

239239
## **6.5.3**
240240
- [Fix] `parse`: ignore `__proto__` keys (#428)
241-
- [Fix]` `utils.merge`: avoid a crash with a null target and a truthy non-array source
241+
- [Fix] `utils.merge`: avoid a crash with a null target and a truthy non-array source
242242
- [Fix] correctly parse nested arrays
243243
- [Fix] `stringify`: fix a crash with `strictNullHandling` and a custom `filter`/`serializeDate` (#279)
244244
- [Fix] `utils`: `merge`: fix crash when `source` is a truthy primitive & no options are provided
@@ -291,7 +291,7 @@
291291
- [Fix] fix for an impossible situation: when the formatter is called with a non-string value
292292
- [Fix] use `safer-buffer` instead of `Buffer` constructor
293293
- [Fix] `utils.merge`: avoid a crash with a null target and an array source
294-
- [Fix]` `utils.merge`: avoid a crash with a null target and a truthy non-array source
294+
- [Fix] `utils.merge`: avoid a crash with a null target and a truthy non-array source
295295
- [Fix] `stringify`: fix a crash with `strictNullHandling` and a custom `filter`/`serializeDate` (#279)
296296
- [Fix] `utils`: `merge`: fix crash when `source` is a truthy primitive & no options are provided
297297
- [Fix] when `parseArrays` is false, properly handle keys ending in `[]`
@@ -320,7 +320,7 @@
320320
- [Fix] `parse`: ignore `__proto__` keys (#428)
321321
- [Fix] fix for an impossible situation: when the formatter is called with a non-string value
322322
- [Fix] `utils.merge`: avoid a crash with a null target and an array source
323-
- [Fix]` `utils.merge`: avoid a crash with a null target and a truthy non-array source
323+
- [Fix] `utils.merge`: avoid a crash with a null target and a truthy non-array source
324324
- [Fix] `stringify`: fix a crash with `strictNullHandling` and a custom `filter`/`serializeDate` (#279)
325325
- [Fix] `utils`: `merge`: fix crash when `source` is a truthy primitive & no options are provided
326326
- [Fix] when `parseArrays` is false, properly handle keys ending in `[]`

0 commit comments

Comments
 (0)