mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Fix typo
This commit is contained in:
parent
c260ecb58e
commit
0c75ebcba3
@ -26,7 +26,7 @@ class DictionarySourceFactory : private boost::noncopyable
|
||||
public:
|
||||
static DictionarySourceFactory & instance();
|
||||
|
||||
/// 'default_database' - the database when dictionary itself was created.
|
||||
/// 'default_database' - the database where dictionary itself was created.
|
||||
/// It is used as default_database for ClickHouse dictionary source when no explicit database was specified.
|
||||
/// Does not make sense for other sources.
|
||||
using Creator = std::function<DictionarySourcePtr(
|
||||
|
Loading…
Reference in New Issue
Block a user