Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ike-kazu committed Dec 13, 2024
1 parent 71dea6b commit a7bcc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nebula_hw_interfaces/test/hesai/test_ptc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ void check_hesai_struct(const std::shared_ptr<T>& hesai_struct)
continue;
}
}else if (value.is_object()) {
// Nsted JSON Object
// Nested JSON Object
for (const auto& [sub_key, sub_value] : value.items()) {
if (sub_value.is_string()) {
std::string str_value = sub_value.template get<std::string>();
Expand Down

0 comments on commit a7bcc1d

Please sign in to comment.