Skip to content

Commit

Permalink
base: fixed copy&paste error in documentation
Browse files Browse the repository at this point in the history
... that was introduced in 3b29823.

Signed-off-by: Johannes Meyer <[email protected]>
  • Loading branch information
meyerj committed Jan 17, 2018
1 parent 6096944 commit eaefbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtt/base/ChannelElementBase.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ namespace RTT { namespace base {
* Returns the last output channel element of this connection.
* Will return the channel element the furthest away from the output port,
* or \a this if none.
* @return getOutput() ? getOutput()->getInputEndPoint() : this
* @return getOutput() ? getOutput()->getOutputEndPoint() : this
*/
ChannelElementBase::shared_ptr getOutputEndPoint();

Expand Down

0 comments on commit eaefbcb

Please sign in to comment.