Skip to content

Commit 0ecfb4f

Browse files
committed
consistent parameter name
1 parent b5ff665 commit 0ecfb4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viam/sdk/resource/resource_api.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class API {
2626
static API from_string(std::string api);
2727

2828
API() = default;
29-
API(std::string namespace_, std::string resource_type, std::string resource_subtype);
29+
API(std::string ns, std::string resource_type, std::string resource_subtype);
3030

3131
std::string to_string() const;
3232

0 commit comments

Comments
 (0)