mirror of
https://github.com/MinetestForFun/mysql_auth.git
synced 2025-01-07 00:20:25 +01:00
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:
parent
6d52ffcda6
commit
d9fecd3b16
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user