From 15b9965f463d76aff1f4d069449310849734af85 Mon Sep 17 00:00:00 2001 From: Tino Breddin Date: Thu, 21 Nov 2019 14:29:43 +0100 Subject: [PATCH] Fix documentation typos Co-Authored-By: Ulf Wiger --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2087dac..0a6187b 100644 --- a/README.md +++ b/README.md @@ -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}` 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 -the error was encounterd as system time in milliseconds. +`Error` is the error encountered by the backend, and `InsertedAt` refers to the time +the error was encountered as system time in milliseconds. 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.