DOCAPI-7991: Typo fix.

This commit is contained in:
BayoNet 2019-08-20 15:58:23 +03:00
parent d8a5d6b602
commit bdd46bd585

View File

@ -14,7 +14,7 @@ Engines:
- Store data on a disk.
- Append data to the end of file when writing.
- Support locs for concurrent data access.
- Support locks for concurrent data access.
During `INSERT` query the table is locked, and other queries for reading and writing data both wait for unlocking. If there are no writing data queries, any number of reading data queries can be performed concurrently.