Fix typo in deprecated warning. (#848)
"it's" instead of its Signed-off-by: Luca Della Vedova <luca@openrobotics.org>
This commit is contained in:
parent
458967bb56
commit
925460dcfb
2 changed files with 2 additions and 2 deletions
|
@ -505,7 +505,7 @@ public:
|
|||
*/
|
||||
template<typename ParameterT>
|
||||
// cppcheck-suppress syntaxError // bug in cppcheck 1.82 for [[deprecated]] on templated function
|
||||
[[deprecated("use declare_parameter() and it's return value instead")]]
|
||||
[[deprecated("use declare_parameter() and its return value instead")]]
|
||||
void
|
||||
get_parameter_or_set(
|
||||
const std::string & name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue