Skip to content

Commit

Permalink
fix has extension doc (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmluk authored Jul 6, 2024
1 parent 051647d commit 18b5135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_utilities/include/config_utilities/types/path.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ struct Path {
* @brief Check if a path has a specific extension. Supports extensions with and without leading dots. E.g. ".txt" and
* "txt" are both valid.
* @param param The path to check.
* @param name The name of the parameter to print in warnings.
* @param extension The extension to check for.
* @param name The name of the parameter to print in warnings.
*/
class HasExtension : public Check {
public:
Expand Down

0 comments on commit 18b5135

Please sign in to comment.