diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/model.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/model.md b/doc/model.md index 6f171c5b..11f18b18 100644 --- a/doc/model.md +++ b/doc/model.md @@ -1,6 +1,6 @@ # Data model -The biggest problem when creating a distributed bug tracker is that there is no central authoritative server (doh!). This imply some constraint. +The biggest problem when creating a distributed bug tracker is that there is no central authoritative server (doh!). This implies some constraints. ## Anybody can create and edit bugs at the same time as you @@ -97,4 +97,4 @@ Example of Tree of a later commit of a bug: 100644 blob 68383346c1a9503f28eec888efd300e9fc179ca0 ops 100644 blob a020a85baa788e12699a4d83dd735578f0d78c75 root ``` -Note that the `"root"` entry still reference the same root OperationPack. Also, all the clocks reference the same empty `Blob`.
\ No newline at end of file +Note that the `"root"` entry still reference the same root OperationPack. Also, all the clocks reference the same empty `Blob`. |