Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wjwwood committed Apr 6, 2017
1 parent 0ebcc3e commit b6f79db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw/include/rmw/validate_node_name.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ extern "C"
*
* - must not be an empty string
* - must only contain alphanumeric characters and underscores (a-z|A-Z|0-9|_)
* - must start with an alphabetical character
* - must not start with a number
*
* If either the node name C string or validation_result pointer are null, then
* `RMW_RET_INVALID_ARGUMENT` will be returned.
Expand Down

0 comments on commit b6f79db

Please sign in to comment.