Fix documentation typos

Co-Authored-By: Ulf Wiger <ulf@wiger.net>
This commit is contained in:
Tino Breddin 2019-11-21 14:29:43 +01:00 committed by GitHub
parent 3054232233
commit 15b9965f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.