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

Correct a typo #238

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion docs/detail.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ process, a few things are happening.
In order to box the parameter, Client needs a service to manage the remote
invocations where Host can callback Client on the boxed parameter; the way EDO
is doing it now is to retrieve the bound service from the current running queue,
thus if there is no service is associated with the current running queue, it
thus if there no service is associated with the current running queue, it
will panic. It is a good idea to create a service for the current queue before
making any remote invocations[^only_one_service].

Expand Down