Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <ichen@osrfoundation.org>
  • Loading branch information
iche033 committed Apr 26, 2021
1 parent e1a53c1 commit fe9fffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphics/include/ignition/common/Image.hh
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ namespace ignition
/// \param[out] _output Output RGB image
/// \param[in] _min Minimum value to be used when normalizing the input
/// image data to RGB.
/// \param[in] _min Maximum value to be used when normalizing the input
/// \param[in] _max Maximum value to be used when normalizing the input
/// image data to RGB.
/// \param[in[ _flip True to flip the values after normalization, i.e.
/// \param[in] _flip True to flip the values after normalization, i.e.
/// lower values are converted to brigher pixels.
public: template<typename T>
static void ConvertToRGBImage(const void *_data,
Expand Down

0 comments on commit fe9fffe

Please # to comment.