[doc] typo actor instead of cator (#28246)
This commit is contained in:
parent
f974f8b8d9
commit
f3eb1772ea
1 changed files with 2 additions and 2 deletions
|
|
@ -41,13 +41,13 @@ An example of this can be found in @ref:[Bubble failures up through the hierarch
|
|||
|
||||
An actor system will during its creation start at least two actors.
|
||||
|
||||
### `/user`: the user guardian cator
|
||||
### `/user`: the user guardian actor
|
||||
|
||||
This is the top level user provided actor, meant to bootstrap the application
|
||||
by spawning subsystems as children. When the user guardian stops the entire
|
||||
actor system is shut down.
|
||||
|
||||
### `/system`: the system guardian
|
||||
### `/system`: the system guardian actor
|
||||
|
||||
This special guardian has been introduced in order to achieve an orderly
|
||||
shut-down sequence where logging remains active while all normal actors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue