diff --git a/src/Storages/IStorage.h b/src/Storages/IStorage.h index f018a711284..a0585e9c9a1 100644 --- a/src/Storages/IStorage.h +++ b/src/Storages/IStorage.h @@ -617,12 +617,12 @@ public: /// Number of rows INSERTed since server start. /// - /// Does not takes underlying Storage (if any) into account. + /// Does not take the underlying Storage (if any) into account. virtual std::optional lifetimeRows() const { return {}; } /// Number of bytes INSERTed since server start. /// - /// Does not takes underlying Storage (if any) into account. + /// Does not take the underlying Storage (if any) into account. virtual std::optional lifetimeBytes() const { return {}; } /// Creates a storage snapshot from given metadata.