Add information about multiple angles
refs: #3751
Change-Id: I17c0c877ca6e86600b035a4789381ad07178e9dc
diff --git a/routing-table.tex b/routing-table.tex
index 58418b7..17ea6f2 100644
--- a/routing-table.tex
+++ b/routing-table.tex
@@ -20,7 +20,7 @@
\subsubsection{Hyperbolic Routing Table Calculator}
-The \texttt{HyperbolicRoutingCalculator} class calculates the routing table uses the Coordinate LSAs received from each router in the network to determine the cost from each of its neighbors to every other router in the network.
+The \texttt{HyperbolicRoutingCalculator} class calculates the routing table using the Coordinate LSAs received from each router in the network to determine the cost from each of its neighbors to every other router in the network.
The \texttt{HyperbolicRoutingCalculator} iterates through each of the router's neighbors calculating the hyperbolic distance from the neighbor to every other router in the network (excluding itself and the neighbor router).
The \texttt{HyperbolicRoutingCalculator} then uses these calculated distances to add routing table entries to the destination with the neighbor as the next hop.
The \texttt{HyperbolicRoutingCalculator} also adds a routing table entry to reach the neighbor itself; a routing table entry using the neighbor as a next hop to the neighbor with a cost of zero is added.