Skip to content

Commit

Permalink
singlas -> signals in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltroger committed Oct 21, 2023
1 parent 392b301 commit cc405c9
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 cc405c9

Please sign in to comment.