From d60e14c1d7060bdb7f8e390a20f23f15d6340334 Mon Sep 17 00:00:00 2001 From: Francisco Javier Jurado Moreno <9376816+Beetelbrox@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:15:10 +0200 Subject: [PATCH] Remove wildcard from comment --- src/Functions/parseReadableSize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Functions/parseReadableSize.cpp b/src/Functions/parseReadableSize.cpp index d089ed6b572..e02303d58b9 100644 --- a/src/Functions/parseReadableSize.cpp +++ b/src/Functions/parseReadableSize.cpp @@ -38,7 +38,7 @@ enum class ErrorHandling : uint8_t using ScaleFactors = std::unordered_map; -/** 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')`