Spell checking. No reference.

This commit is contained in:
DH
2026-02-27 19:06:36 -05:00
parent 9f84ab13db
commit b6348e16f5

View File

@@ -84,7 +84,7 @@ class TypeFsactory {
* @brief create - create class by unique id. Class should be registered before
* @param id - unique class identification
* @return shared pointer to new class.
* @throws std::our_of_range when id not found in map
* @throws std::out_of_range when id not found in map
*/
typefactoryFunction create (const ClassId_T& id) const {
/// constructor of registered type will call here