fix wrong variable name in docblock

This commit is contained in:
Dirk Thomas 2016-11-08 15:21:48 -08:00 committed by GitHub
parent da14d88cd6
commit 4c876d5966

View file

@ -19,7 +19,7 @@
# with the given prefix. # with the given prefix.
# #
# :param rmw_implementation: the RMW implementation name # :param rmw_implementation: the RMW implementation name
# :type target: string # :type rmw_implementation: string
# :param var_prefix: the prefix of all output variable names # :param var_prefix: the prefix of all output variable names
# :type var_prefix: string # :type var_prefix: string
# #