Skip to content

Commit

Permalink
fix: coderabbit reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
mew-ton committed Jan 26, 2024
1 parent 5529c9c commit 854fe53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/thin-bags-hang.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"json-origami": minor
---

fix: #106 performance implevement
fix: performance improvement (#106)
2 changes: 1 addition & 1 deletion test/lib/modifier/set.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ it('should not set any value when modifier created by "toModifier"', () => {
})
})

it('should initialize as object whe nroot key is string', () => {
it('should initialize as object when root key is string', () => {
const modifier = createEmptyModifier({ arrayIndex: 'dot' })

modifier.set('a.b.c', 'd')
Expand Down

0 comments on commit 854fe53

Please sign in to comment.