diff options
Diffstat (limited to 'doc/extdev/index.rst')
-rw-r--r-- | doc/extdev/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/extdev/index.rst b/doc/extdev/index.rst index d210ee49b..ffe8bc136 100644 --- a/doc/extdev/index.rst +++ b/doc/extdev/index.rst @@ -175,7 +175,7 @@ as metadata of the extension. Metadata keys currently recognized are: .. note:: The *parallel-read-safe* extension must satisfy the following conditions: - * The core logic of the extension is parallely executable during + * The core logic of the extension is parallelly executable during the reading phase. * It has event handlers for :event:`env-merge-info` and :event:`env-purge-doc` events if it stores dataa to the build @@ -188,7 +188,7 @@ as metadata of the extension. Metadata keys currently recognized are: .. note:: The *parallel-write-safe* extension must satisfy the following conditions: - * The core logic of the extension is parallely executable during + * The core logic of the extension is parallelly executable during the writing phase. |