diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-06 20:01:31 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-06 20:01:31 -0700 |
commit | 6643a253f589e80d092cdff14fa007eff69f6390 (patch) | |
tree | 865939fe3956558baad4bb212d7e919a2088ac8a /proposals | |
parent | 21f48cf852cbdcae38163dd58fb68eaaf9dd70e1 (diff) | |
download | dat-deps-6643a253f589e80d092cdff14fa007eff69f6390.tar.gz dat-deps-6643a253f589e80d092cdff14fa007eff69f6390.zip |
contend typos
Diffstat (limited to 'proposals')
-rw-r--r-- | proposals/0000-hyperdb.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proposals/0000-hyperdb.md b/proposals/0000-hyperdb.md index 8990bd4..e0f9f2c 100644 --- a/proposals/0000-hyperdb.md +++ b/proposals/0000-hyperdb.md @@ -185,7 +185,7 @@ types are: For the case of a single-writer feed, not using multi-writer features, it is sufficient to write a single Entry message as the first entry in the hypercore feed, with `feeds` containing a single entry (a pointer to the current feed -itself), and `contendFeed` optionally set to a pointer to a paired contend +itself), and `contentFeed` optionally set to a pointer to a paired content feed. If *either* `feeds` *or* `contentFeed` are defined in an entry, *both* fields |