Skip to content

Commit 2b27c4d

Browse files
authored
docs: typo in Factories.md (#38)
1 parent e435b99 commit 2b27c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Factories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ std::unique_ptr<Base> = createFromYamlFile<Base>(file_name, 42);
9595
9696
Note that the type of object to create is read from the data source. By default, a param with name `type` needs to be set. This can be changed in the `config_utilities` [settings](Varia.md#settings). A sample file could look like:
9797
```yaml
98-
type: "Dervied"
98+
type: "Derived"
9999
derived_config_param: value
100100
```
101101

0 commit comments

Comments
 (0)