1
0
mirror of synced 2024-11-22 21:36:04 +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 { forEach (callback: Function): void {
this.registry.forEach((component, field) => { this.registry.forEach((component, field) => {