Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus327 authored Jan 5, 2024
1 parent cb61493 commit e3e8479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function t1 () {
const result = match(a, [
["hello", () => 1],
["world", () => 2],
[_, () => null],
[_, () => undefined],
])
console.log(result === 1) // true
}
Expand Down

0 comments on commit e3e8479

Please sign in to comment.