From a5433ee26c03a7dae7189ff1b5205f4348d238ac Mon Sep 17 00:00:00 2001 From: Robert Ammon Date: Sun, 7 May 2017 11:21:08 -0700 Subject: [PATCH] internet: Fix documentation typo --- src/internet/doc/routing-overview.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/internet/doc/routing-overview.rst b/src/internet/doc/routing-overview.rst index f5644e637..219441875 100644 --- a/src/internet/doc/routing-overview.rst +++ b/src/internet/doc/routing-overview.rst @@ -253,8 +253,8 @@ a single table, approaches where more information than destination IP address (e.g., source routing) is used to determine the next hop, and on-demand routing approaches where packets must be cached. -Ipv[4,6]4ListRouting::AddRoutingProtocol -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Ipv[4,6]ListRouting::AddRoutingProtocol +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Classes Ipv4ListRouting and Ipv6ListRouting provides a pure virtual function declaration for the method that allows one to add a routing protocol::