Make clear what is meant here.

This commit is contained in:
Matthias Beyer 2018-02-05 16:37:14 +01:00
parent ed81a5f2e4
commit 979a25c4d6

View file

@ -65,7 +65,8 @@ With the things from above, a module could have the following architecture:
+-----------------------------------+---------+ +-----------------------------------+---------+
``` ```
The foundation of all imag modules is the store, as one can see in the image. The foundation of all imag modules is the store, as one can see in the
visualization from above.
Above the store library there is the libimagrt, which provides the basic runtime Above the store library there is the libimagrt, which provides the basic runtime
and access to the `Store` object. and access to the `Store` object.
Cross-cutting, there is the error library (and possibly Cross-cutting, there is the error library (and possibly