diff options
author | Zetok Zalbavar <zexavexxe@gmail.com> | 2018-08-17 18:44:38 +0100 |
---|---|---|
committer | Zetok Zalbavar <zexavexxe@gmail.com> | 2018-08-17 18:46:03 +0100 |
commit | 73bd0f4a4e2ce758bc65d69d22dffd9980aff897 (patch) | |
tree | 3a79c53ae6ca011e4c21e1ccdb1b99411699f0c0 /doc/model.md | |
parent | c974cc022d3ecd2e7567e66bdce504fe8c51e922 (diff) | |
download | git-bug-73bd0f4a4e2ce758bc65d69d22dffd9980aff897.tar.gz |
docs: fix some typos
Diffstat (limited to 'doc/model.md')
-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`. |