From 6a193648985adab9665e31a9460be04bc91d8965 Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Sun, 21 Dec 2014 20:51:44 +0300 Subject: [PATCH] Doc typos --- libuavcan/include/uavcan/node/abstract_node.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libuavcan/include/uavcan/node/abstract_node.hpp b/libuavcan/include/uavcan/node/abstract_node.hpp index 309f6ae232..9b93646000 100644 --- a/libuavcan/include/uavcan/node/abstract_node.hpp +++ b/libuavcan/include/uavcan/node/abstract_node.hpp @@ -11,9 +11,9 @@ namespace uavcan { /** - * This is the abstract node class. If you're going to implement your own node class for your application, + * Abstract node class. If you're going to implement your own node class for your application, * please inherit this class so it can be used with default publisher, subscriber, server, etc. classes. - * Normally you don't need to use directly though - please refer to the class Node<>. + * Normally you don't need to use it directly though - please refer to the class Node<> instead. */ class UAVCAN_EXPORT INode {