Skip to content

Commit

Permalink
docs: typo in Factories.md (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-nguyen authored Nov 27, 2024
1 parent e435b99 commit 2b27c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Factories.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ std::unique_ptr<Base> = createFromYamlFile<Base>(file_name, 42);
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:
```yaml
type: "Dervied"
type: "Derived"
derived_config_param: value
```

Expand Down

0 comments on commit 2b27c4d

Please sign in to comment.