From e14453f121604506b2c92c75bc734b5efeb35f79 Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Sat, 17 Feb 2018 22:27:13 +1100 Subject: [PATCH] Update UnchangedLayer2.md --- docs/HyperlinkedInformation/UnchangedLayer2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/HyperlinkedInformation/UnchangedLayer2.md b/docs/HyperlinkedInformation/UnchangedLayer2.md index c576937..cecccb8 100644 --- a/docs/HyperlinkedInformation/UnchangedLayer2.md +++ b/docs/HyperlinkedInformation/UnchangedLayer2.md @@ -10,7 +10,7 @@ between `layer 2` and `layer 3` subscriptions: trivial in nature, which is to say there should be no computation in them beyond what is necessary to extract a value from `app-db` - **`layer 3` subscriptions never take values from `app-db`**. Instead, they have - `layer 2` nodes as inputs, and they do the more serious CPU work of computing + `layer 2` nodes as inputs (or other `layer 3`), and they do the more serious CPU work of computing a materialised view of those values.