Skip to content

Commit

Permalink
Merge pull request #11192 from qmonmert/typo231024v2
Browse files Browse the repository at this point in the history
Typo: unmatching=>non-matching
  • Loading branch information
murdos authored Oct 23, 2024
2 parents 11e0e19 + 86e8d40 commit 6681d3e
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 6681d3e

Please sign in to comment.