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
This commit is contained in:
Dorian Wouters 2019-09-25 20:24:33 +02:00
parent 6d52ffcda6
commit d9fecd3b16
No known key found for this signature in database
GPG Key ID: 6E9DA8063322434B
1 changed files with 1 additions and 1 deletions

View File

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