From d9fecd3b162bf37d0aaef6a7d5844bdf22c1f011 Mon Sep 17 00:00:00 2001 From: Dorian Wouters Date: Wed, 25 Sep 2019 20:24:33 +0200 Subject: [PATCH] Revert typo If in doubt about how it's/its should be used, refer to https://dictionary.cambridge.org/grammar/british-grammar/it-s-or-its --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1942d52..4e381c3 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ db.db = nil -- <== Setting this is required ### Lua table config file Connection options are passed as a table through the `db.connopts` entry. -It's format must be the same as [LuaPower's MySQL module `mysql.connect(options_t)` function][mycn], +Its format must be the same as [LuaPower's MySQL module `mysql.connect(options_t)` function][mycn], that is (all members are optional); ```lua