Skip to content

Commit

Permalink
Improved wording in tutorial part4.rst.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Oct 18, 2023
1 parent 9b7dfca commit 20a24c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/topics/tutorial/part4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Defining an event-driven system
===============================

Just like an application can be defined independently of concrete persistence infrastructure, we can
define which applications follow which other applications independently of the manner in which domain
define which applications "follow" which other applications independently of the manner in which domain
events are pulled and processed. For this purpose, we can use the library's
:class:`~eventsourcing.system.System` class to specify a list of "pipes".

Expand Down Expand Up @@ -181,7 +181,7 @@ logs can be used directly.

Another possibility is to use multiple operating system processes on the same machine, or alternatively
on different machines in a network. When running a system with multiple operating system
processes, there notification logs must be accessed remotely across the operating system
processes, their notification logs must be accessed remotely across the operating system
process boundary. There are many possible alternatives for inter-process communication,
by which events are transported from one application to another.

Expand Down

0 comments on commit 20a24c7

Please sign in to comment.