This commit is contained in:
kssenii 2023-11-24 15:46:45 +01:00
parent 8fac59b18e
commit 5c5cbc9ef5

View File

@ -59,7 +59,7 @@ public:
virtual size_t getElementsCount(const CacheGuard::Lock &) const = 0; virtual size_t getElementsCount(const CacheGuard::Lock &) const = 0;
/// Throws exception if there is not enought size to fit it. /// Throws exception if there is not enough size to fit it.
virtual IteratorPtr add( /// NOLINT virtual IteratorPtr add( /// NOLINT
KeyMetadataPtr key_metadata, KeyMetadataPtr key_metadata,
size_t offset, size_t offset,