Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minor typo in docs #21

Merged
merged 1 commit into from
Dec 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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