Skip to content

Commit

Permalink
Fix typo (#21)
Browse files Browse the repository at this point in the history
Fix minor typo in docs
  • Loading branch information
unwieldycat authored Dec 20, 2023
2 parents eca7349 + 60c291f commit 80224de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/robodash/views/image.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ class Image {
/**
* @brief Create a new Image
*
* @param name File path to the binary-formatted image on SD card
* @param path Name to display on screen
* @param path File path to the binary-formatted image on SD card
* @param name Name to display on screen
*/
Image(std::string path, std::string name = "Image");

Expand All @@ -61,4 +61,4 @@ class Image {
/// @}
};

} // namespace rd
} // namespace rd

0 comments on commit 80224de

Please sign in to comment.