summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMarcel Müller <neikos@neikos.email>2016-01-17 15:37:02 +0100
committerMarcel Müller <neikos@neikos.email>2016-01-17 15:37:02 +0100
commitb06621c6bd67f9211a416f51788ea07afa652832 (patch)
tree9f14bb012284ae14ce7a37f65689998540263e36 /doc
parent49184c10a3fd23259f67bf8b00877a98ef6801b4 (diff)
Add doc for mutators entry has to export
Diffstat (limited to 'doc')
-rw-r--r--doc/src/04000-lib-store.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/04000-lib-store.md b/doc/src/04000-lib-store.md
index 4be69f98..bcee26cf 100644
--- a/doc/src/04000-lib-store.md
+++ b/doc/src/04000-lib-store.md
@@ -42,6 +42,11 @@ The entry type MUST export functions to get
- The header object
- The path of the actual file
+The entry type MUST export functions to set
+
+- The header object
+- The content object
+
### EntryContent {#sec:libstore:types:entrycontent}
The `EntryContent` type is an type-alias for `String`.