From e220ca05c5712810c187bd1e7b09bf72630093cd Mon Sep 17 00:00:00 2001 From: kdnakt Date: Wed, 2 Sep 2020 02:33:06 +0900 Subject: [PATCH] docs: fix typo in stm doc --- docs/src/main/asciidoc/software-transactional-memory.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/software-transactional-memory.adoc b/docs/src/main/asciidoc/software-transactional-memory.adoc index a36a4d94aa10b..281b823c4abba 100644 --- a/docs/src/main/asciidoc/software-transactional-memory.adoc +++ b/docs/src/main/asciidoc/software-transactional-memory.adoc @@ -102,7 +102,7 @@ To use the extension include it as a dependency in your application pom: == Defining STM-aware classes -In order for the STM subsytem to have knowledge about which classes are to be managed within the context +In order for the STM subsystem to have knowledge about which classes are to be managed within the context of transactional memory it is necessary to provide a minimal level of instrumentation. This occurs by categorising STM-aware and STM-unaware classes through an interface boundary; specifically all STM-aware objects must be instances of classes which inherit from interfaces that themselves have been annotated to identify them