mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
Janitor: Fix typos in comments and user-facing strings
Also adapt tests for error messages containing the fixed strings. No behavior change is intended!
This commit is contained in:
parent
4b12ed03cf
commit
13d7f5e7bd
96 changed files with 290 additions and 288 deletions
|
@ -201,7 +201,7 @@ class ArrayModel<T> implements Model<T> {
|
|||
Array.prototype.push.apply(this.a, values);
|
||||
this.notify.rowAdded(size, arguments.length);
|
||||
}
|
||||
// FIXME: should this be named splice and hav ethe splice api?
|
||||
// FIXME: should this be named splice and have the splice api?
|
||||
/**
|
||||
* Removes the specified number of element from the array that's backing
|
||||
* the model, starting at the specified index. This is equivalent to calling
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue