From 7e2852ba0faeb61cac80435215ec3f20187f2a23 Mon Sep 17 00:00:00 2001 From: Christian Leucht <3417446+Chrico@users.noreply.github.com> Date: Fri, 19 Apr 2024 06:28:25 +0000 Subject: [PATCH] Fix typo. --- docs/Modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Modules.md b/docs/Modules.md index b6f8d6e..554ca38 100644 --- a/docs/Modules.md +++ b/docs/Modules.md @@ -180,7 +180,7 @@ Inside each of the three "groups", extensions are processed in _FIFO_ mode: the first processed. Because the precedence rules, in the `SomethingExtensionsModule` example above, the extensions -processing order will be the the inverse of the addition order. +processing order will be the inverse of the addition order. #### Only for objects