Fix misc. grammar and whitespace

This commit is contained in:
luzpaz
2023-03-13 12:22:49 +00:00
committed by Uwe
parent adf1651938
commit f2e77a903b
4 changed files with 5 additions and 5 deletions

View File

@@ -49,8 +49,8 @@ public:
/** Base class of all factories
* This class has the purpose to produce at runtime instances
* of classes not known at compile time. It holds a map of so called
* This class has the purpose to produce a runtime instance
* of classes unknown at compile time. It holds a map of so called
* producers which are able to produce an instance of a special class.
* Producer can be registered at runtime through e.g. application modules
*/