Refine previous fix for #8866

This commit is contained in:
luzpaz
2023-03-14 11:23:39 +00:00
committed by Uwe
parent 0b2a2a8cf7
commit 3f6771ff56

View File

@@ -49,8 +49,8 @@ public:
/** Base class of all factories
* This class has the purpose to produce a runtime instance
* of classes unknown at compile time. It holds a map of so called
* This class has the purpose to produce instances of classes at runtime
* that are 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
*/