From e7ff19de384c3a84ee0ff14eb831e1b28cc2a486 Mon Sep 17 00:00:00 2001 From: Mariana Rossi Date: Fri, 15 Nov 2024 13:21:48 +0100 Subject: [PATCH] Small typo --- docs/src/distributed.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/distributed.rst b/docs/src/distributed.rst index 6e4cfa288..12faef481 100644 --- a/docs/src/distributed.rst +++ b/docs/src/distributed.rst @@ -84,7 +84,7 @@ follows: A schematic simplified representation of the communication protocol. We note that most of the clients do not make use of the 'NEEDINIT' option, - The communication is *asynchronous* but we have omited the 'waiting' blocks + The communication is *asynchronous* but we have omitted the 'waiting' blocks for simplicity.