Skip to content

Commit

Permalink
Typo: unmatching=>non-matching
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Oct 23, 2024
1 parent 11e0e19 commit 86e8d40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('Optional', () => {
).toBe('value');
});

it('should filter valued optional with unmatching filter', () => {
it('should filter valued optional with non-matching filter', () => {
expect(
Optional.of('value')
.filter(() => false)
Expand Down

0 comments on commit 86e8d40

Please sign in to comment.