chore: Fixed description for registry forEach method
This commit is contained in:
parent
5547cb5b87
commit
cb2f350edf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue