Skip to content

documentation typo related to change listeners #193

@limikael

Description

@limikael

In the doc it says:

Each of these changes can be communicated with a single message, (plus, minus, index): the values removed after that index, then the values that were added after that index, and the index, in that order.

The names of the parameters are plus and minus, so the first one is the added values, the second one is the removed values. I also double checked with a test, and the added values are sent as the first parameter, the removed as the second. So I think this should be:

Each of these changes can be communicated with a single message, (plus, minus, index): the values added after that index, then the values that were removed after that index, and the index, in that order.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions