From cb2f350edf9f22f1c4f127ad6c81021e59a9d41a Mon Sep 17 00:00:00 2001 From: Zaytsev Kirill Date: Sat, 22 May 2021 15:27:24 +0300 Subject: [PATCH] chore: Fixed description for registry forEach method --- src/form/registry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/form/registry.ts b/src/form/registry.ts index 07e2ae7..5287423 100644 --- a/src/form/registry.ts +++ b/src/form/registry.ts @@ -112,7 +112,7 @@ export default class Registry { } /** - * Map over the registry (recursively). + * Iterate over the registry. */ forEach (callback: Function): void { this.registry.forEach((component, field) => {