1
0
mirror of synced 2025-02-16 20:53:13 +03:00

chore: Fixed description for registry forEach method

This commit is contained in:
Zaytsev Kirill 2021-05-22 15:27:24 +03:00
parent 5547cb5b87
commit cb2f350edf

View File

@ -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) => {