Skip to content

Commit

Permalink
fix(doc): param name
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Feb 12, 2024
1 parent 15476af commit 866cd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iguana/services/YAMLReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace iguana
{

public:
/// @param file the file to be opened by YAMLReader
/// @param name the file to be opened by YAMLReader
YAMLReader(const std::string name) : ConfigFileReader(name) {}
~YAMLReader() {}

Expand Down

0 comments on commit 866cd19

Please sign in to comment.