Skip to content

Commit

Permalink
[DOC] fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
cbielow committed Apr 5, 2024
1 parent 68ece5a commit 66454e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ namespace OpenMS

/** @brief Pick and score features in a single experiment from chromatograms
*
* Function for for wrapping in Python, only uses OpenMS datastructures and
* Function for wrapping in Python, only uses OpenMS datastructures and
* does not return the map.
*
* @param chromatograms The input chromatograms
Expand Down
2 changes: 1 addition & 1 deletion src/openms/include/OpenMS/KERNEL/MSSpectrum.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ namespace OpenMS
void setRT(double rt);

/**
@brief Returns the ion mobility drift time (MSSpectrum::DRIFTTIME_NOT_SET means it is not set)
@brief Returns the ion mobility drift time (IMTypes::DRIFTTIME_NOT_SET means it is not set)
@note Drift times may be stored directly as an attribute of the spectrum
(if they relate to the spectrum as a whole). In case of ion mobility
Expand Down

0 comments on commit 66454e0

Please sign in to comment.