Merge pull request #518 from WofWca/jsdoc-yarray

docs: fix JSDoc typo
This commit is contained in:
Kevin Jahns 2023-04-02 11:47:46 +02:00 committed by GitHub
commit dc3e99e6a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,7 +244,7 @@ export class YArray extends AbstractType {
}
/**
* Executes a provided function on once on overy element of this YArray.
* Executes a provided function once on overy element of this YArray.
*
* @param {function(T,number,YArray<T>):void} f A function to execute on every element of this YArray.
*/