Skip to content

Commit

Permalink
singlas -> signals in Readme (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Oct 21, 2023
2 parents 392b301 + cc405c9 commit ae15164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/keyed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const mapped = keyArray(source, (model, index) => {
});
```

Notice that both the value and index arguments are singlas. Items are identified only by keys, it means that the items could be copied, replaced, changed, but as long as the key is the same, `keyArray` will treat it as the same item.
Notice that both the value and index arguments are signals. Items are identified only by keys, it means that the items could be copied, replaced, changed, but as long as the key is the same, `keyArray` will treat it as the same item.

## `<Key>`

Expand Down

0 comments on commit ae15164

Please sign in to comment.