Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lo-simon committed Apr 12, 2024
1 parent 0124aa3 commit a8794c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Development/nmos/configuration_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ namespace nmos
{
const string_t role_path = parameters.at(nmos::patterns::rolePath.name);

// tokenize the role_path with '.' delimiter
// tokenize the role_path with the '.' delimiter
std::list<utility::string_t> role_path_segments;
boost::algorithm::split(role_path_segments, role_path, [](utility::char_t c) { return '.' == c; });

Expand Down

0 comments on commit a8794c5

Please sign in to comment.