Fix documentation typos
Co-Authored-By: Ulf Wiger <ulf@wiger.net>
This commit is contained in:
parent
3054232233
commit
15b9965f46
@ -110,8 +110,8 @@ of the backend by the clients themselves.
|
|||||||
|
|
||||||
Entries to the table are in the form of a tuple `{{Table, Key}, Error, InsertedAt}`
|
Entries to the table are in the form of a tuple `{{Table, Key}, Error, InsertedAt}`
|
||||||
where `Table` refers to the Mnesia table name, `Key` is the primary key being used by Mnesia,
|
where `Table` refers to the Mnesia table name, `Key` is the primary key being used by Mnesia,
|
||||||
`Error` is the error the backend encounteredA and `InsertedAt` refers to the time
|
`Error` is the error encountered by the backend, and `InsertedAt` refers to the time
|
||||||
the error was encounterd as system time in milliseconds.
|
the error was encountered as system time in milliseconds.
|
||||||
|
|
||||||
The backend will only insert entries and otherwise not manage the table. Thus, clients
|
The backend will only insert entries and otherwise not manage the table. Thus, clients
|
||||||
are expected to clean up the table during runtime to prevent memory leakage.
|
are expected to clean up the table during runtime to prevent memory leakage.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user