This commit is contained in:
Vitaly Baranov 2019-09-15 01:55:22 +03:00 committed by GitHub
parent 0fb234c63e
commit c17071caf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ struct User
using DatabaseSet = std::unordered_set<std::string>;
DatabaseSet databases;
/// List of allowed databases.
/// List of allowed dictionaries.
using DictionarySet = std::unordered_set<std::string>;
DictionarySet dictionaries;