Fix typos in docs (#2514)

This commit is contained in:
tocic
2022-09-09 17:00:39 +03:00
committed by GitHub
parent 32eae0ecce
commit dea1a6abd9
9 changed files with 14 additions and 14 deletions

View File

@@ -25,7 +25,7 @@ depending on how often the cleanup needs to happen.
## Why cannot I derive from the built-in reporters?
They are not made to be overriden, in that we do not attempt to maintain
They are not made to be overridden, in that we do not attempt to maintain
a consistent internal state if a member function is overriden, and by
forbidding users from using them as a base class, we can refactor them
as needed later.