Skip to content

Commit

Permalink
Little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbludlow committed Aug 27, 2021
1 parent 4473413 commit e6c99ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions API.md
Expand Up @@ -290,12 +290,12 @@ Returns the `AlgebraModel` of the last line in the derivation.
Event object passed to the callback:

```js
{
event = {
type: 'change',
performee, // id of the derivation
row, // index of the new / changed row
model; // AlgebraModel, the new / changed model
}
performee, // id of the derivation
row, // index of the new / changed row
model, // AlgebraModel, the new / changed model
};
```

<a name="der-on-mistake" href="#der-on-mistake">#</a> derivation.**events.on**(**'mistake'**, _callback_)
Expand Down

0 comments on commit e6c99ee

Please sign in to comment.