Skip to content

Commit 88ea4f1

Browse files
Fix docstring
1 parent d2cee45 commit 88ea4f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/snowboy_ros/hotword_detector.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ class HotwordDetector
1919

2020
//!
2121
//! \brief initialize Initializes the Snowbody
22-
//! \param [in] resource_filename Filename of resource file.
23-
//! \param [in] model_str A string of multiple hotword models,
22+
//! \param [in] resource_filename Filename of resource file
23+
//! \param [in] model_filename A string of multiple hotword models
2424
//!
2525
void initialize(const char* resource_filename, const char* model_filename);
2626

0 commit comments

Comments
 (0)