fix: Fix typos (#2834)

* fix typos

* fix typo

* fix typo

* fix typos

* fix typo
This commit is contained in:
omahs
2024-03-23 11:39:30 +01:00
committed by GitHub
parent 4d30e99e31
commit 01e3d9dc4b
5 changed files with 8 additions and 8 deletions
@@ -37,7 +37,7 @@ import lombok.extern.slf4j.Slf4j;
* requirements.
*
* <p><i>INTENT</i> <br>
* The intent of this pattern is to separate the the synchronous and asynchronous processing in the
* The intent of this pattern is to separate the synchronous and asynchronous processing in the
* concurrent application by introducing two intercommunicating layers - one for sync and one for
* async. This simplifies the programming without unduly affecting the performance.
*