From 30542322330f9c29b2b470185c32783f7a3a1a7d Mon Sep 17 00:00:00 2001 From: Tino Breddin Date: Thu, 21 Nov 2019 09:00:43 +0100 Subject: [PATCH] Fix typo Co-Authored-By: Hans Svensson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d92fbb6..2087dac 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ where `Table` refers to the Mnesia table name, `Key` is the primary key being us `Error` is the error the backend encounteredA and `InsertedAt` refers to the time the error was encounterd as system time in milliseconds. -The backend will only insert entries and otherwise not managed 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. ## Caveats