Skip to content

Commit

Permalink
FIX: regression in alter function
Browse files Browse the repository at this point in the history
`remove/part` on bitset was replaced with `remove/key` in b42fc97
  • Loading branch information
Oldes committed Sep 13, 2021
1 parent 7d936df commit 5c7f724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mezz/mezz-series.reb
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ alter: func [
][
if bitset? series [
return either find series :value [
remove/part series :value false
remove/key series :value false
][
append series :value true
]
Expand Down

0 comments on commit 5c7f724

Please sign in to comment.