Skip to content

Commit

Permalink
docs: fix typo in stm doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kdnakt committed Sep 1, 2020
1 parent 2cf89e5 commit e220ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/software-transactional-memory.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e220ca0

Please sign in to comment.