chore: Fixed description for registry forEach method
This commit is contained in:
parent
5547cb5b87
commit
cb2f350edf
@ -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) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user