Fix a typo

This commit is contained in:
Alexander Krotov
2020-02-15 02:40:33 +03:00
parent e2f1ea1444
commit 439c6f7296

View File

@@ -122,7 +122,7 @@ impl Sql {
let conn = pool.get()?;
// Only one process can make changes to the database at one time.
// busy_timeout defines, that if a seconds process wants write access,
// busy_timeout defines, that if a second process wants write access,
// this second process will wait some milliseconds
// and try over until it gets write access or the given timeout is elapsed.
// If the second process does not get write access within the given timeout,