mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
Remove wildcard from comment
This commit is contained in:
parent
6b96a35b47
commit
d60e14c1d7
@ -38,7 +38,7 @@ enum class ErrorHandling : uint8_t
|
||||
|
||||
using ScaleFactors = std::unordered_map<std::string_view, size_t>;
|
||||
|
||||
/** parseReadable*Size - Returns the number of bytes corresponding to a given readable binary or decimal size.
|
||||
/** parseReadableSize - Returns the number of bytes corresponding to a given readable binary or decimal size.
|
||||
* Examples:
|
||||
* - `parseReadableSize('123 MiB')`
|
||||
* - `parseReadableSize('123 MB')`
|
||||
|
Loading…
Reference in New Issue
Block a user