From f649343c40554384d7bed5a277005f803805ce19 Mon Sep 17 00:00:00 2001 From: Arthur Milchior Date: Mon, 24 Jan 2022 03:31:00 +0100 Subject: [PATCH] Correct a typo --- docs/detail.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/detail.md b/docs/detail.md index 2aa0f44b..08c9516b 100644 --- a/docs/detail.md +++ b/docs/detail.md @@ -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].