From e501390d7be09ece647d829b63b81e2bc2dc6277 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Thu, 4 Mar 2021 18:20:58 +0100 Subject: [PATCH] readme typo --- doc/README-localpools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README-localpools.md b/doc/README-localpools.md index 548fa272..4ac2a4d8 100644 --- a/doc/README-localpools.md +++ b/doc/README-localpools.md @@ -21,7 +21,7 @@ shown above so the steps required are altered slightly. ### Storing and Accessing pool data The pool manager is responsible for thread-safe access of the pool data, but the actual -access to the pool data from the point of a mission software developer is given in form of +access to the pool data from the point of view of a mission software developer is in form of proxy classes like pool variable classes. These classes store a copy of the pool variable with the matching datatype and copy the actual data from the local pool on a `read` call. Changed variables can then be written to the local pool with a `commit` call.