From 35beeb2ae7630e98d0ee0d17d8965e7f48fb854b Mon Sep 17 00:00:00 2001 From: GyroFalc <43814421+GyroFalc@users.noreply.github.com> Date: Fri, 30 Dec 2022 14:54:50 +0100 Subject: [PATCH] Minor grammar error fix --- docs/source/Components/Typeclasses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/Components/Typeclasses.md b/docs/source/Components/Typeclasses.md index 6152cd6ee9..db61595bfa 100644 --- a/docs/source/Components/Typeclasses.md +++ b/docs/source/Components/Typeclasses.md @@ -315,4 +315,4 @@ The answer is simply **no**. For example, the max dbref value for the default sqlite3 database is `2**64`. If you *created 10 000 new objects every second of every minute of every day of the year it would take about **60 million years** for you to run out of dbref numbers*. That's a database of 140 TeraBytes, just to store the dbrefs, no other data. -If you are still using Evennia at that point and has this concern, get back to us and we can discuss adding dbref reuse then. \ No newline at end of file +If you are still using Evennia at that point and have this concern, get back to us and we can discuss adding dbref reuse then.