Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
timosachsenberg committed Jan 31, 2024
1 parent d22dde7 commit 7b913cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/openms/include/OpenMS/FILTERING/ID/IDFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ namespace OpenMS
/**
* @brief Constructor for HasMinMetaValue.
*
* @param key The key of the meta value to check.
* @param value The minimum value threshold.
* @param key_ The key of the meta value to check.
* @param value_ The minimum value threshold.
*/
HasMinMetaValue(const String& key_, const double& value_) :
key(key_),
Expand Down

0 comments on commit 7b913cd

Please sign in to comment.