Fix typos

This commit is contained in:
Alexey Milovidov 2024-10-11 20:16:04 +08:00
parent 9876841c64
commit 086196b4be
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ assignees: ''
**Use case**
> A clear and concise description of what is the intended usage scenario is.
> A clear and concise description of what the intended usage scenario is.
**Describe the solution you'd like**

View File

@ -365,11 +365,11 @@ public:
/// Set limits for current storage.
/// Different limits may be applied to different storages, we need to keep it per processor.
/// This method is need to be override only for sources.
/// This method is need to be overridden only for sources.
virtual void setStorageLimits(const std::shared_ptr<const StorageLimitsList> & /*storage_limits*/) {}
/// This method is called for every processor without input ports.
/// Processor can return a new progress for the last read operation.
/// Processor can return new progress for the last read operation.
/// You should zero internal counters in the call, in order to make in idempotent.
virtual std::optional<ReadProgress> getReadProgress() { return std::nullopt; }