diff options
Diffstat (limited to 'docs/design.md')
-rw-r--r-- | docs/design.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design.md b/docs/design.md index 9b074b1..59cdf74 100644 --- a/docs/design.md +++ b/docs/design.md | |||
@@ -89,7 +89,7 @@ The change replay is based on the revisions in the store. Clients (and also the | |||
89 | * Shared domain types as common interface for client applications | 89 | * Shared domain types as common interface for client applications |
90 | * `-` yet another abstraction layer that requires translation to other layers and maintenance | 90 | * `-` yet another abstraction layer that requires translation to other layers and maintenance |
91 | * `+` decoupling of domain logic from data access | 91 | * `+` decoupling of domain logic from data access |
92 | * `+` allows to evolve types according to needs (not coupled to specific applicatoins domain types) | 92 | * `+` allows to evolve types according to needs (not coupled to specific application domain types) |
93 | 93 | ||
94 | # Risks | 94 | # Risks |
95 | * key-value store does not perform with large amounts of data | 95 | * key-value store does not perform with large amounts of data |