Skip to content

Commit

Permalink
fix: copypasta error
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Dec 28, 2021
1 parent 9a58425 commit c35d285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/store/src/patterns/patternMatchers.js
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ const makePatternKit = () => {
});

/** @type {MatchHelper} */
const matchMapOfHelper = Far('match:recordOf helper', {
const matchMapOfHelper = Far('match:mapOf helper', {
checkMatches: (specimen, [keyPatt, valuePatt], check = x => x) =>
check(
passStyleOf(specimen) === 'tagged' && getTag(specimen) === 'copyMap',
Expand Down

0 comments on commit c35d285

Please sign in to comment.