From fb6664a2bcb0feff23231710bfd5d52c030abdd5 Mon Sep 17 00:00:00 2001 From: WofWca Date: Sat, 1 Apr 2023 23:12:49 +0800 Subject: [PATCH] docs: fix JSDoc typo --- src/types/YArray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/YArray.js b/src/types/YArray.js index 45b2fb56..a895274e 100644 --- a/src/types/YArray.js +++ b/src/types/YArray.js @@ -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):void} f A function to execute on every element of this YArray. */