Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capitalized "general" #330

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed my previous typo
  • Loading branch information
Oyyou authored Jul 26, 2022
commit 9d64b477e86e37366bff3173d7f221712c4998fc
2 changes: 1 addition & 1 deletion src/Unit-1/lesson4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ This is where the party starts! And this is where you'll be spending all your ti

The `/user` actor may also be referred to as "The Guardian Actor". But from a user perspective, `/user` is the root of your actor system and is usually just called the "root actor."

> `ly, "root actor" refers to the `/user` actor.
> `Generally, "root actor" refers to the `/user` actor.

As a user, you don't really need to worry too much about the Guardians. We just have to make sure that we use supervision properly under `/user` so that no exception can bubble up to the Guardians and crash the whole system.

Expand Down