Bläddra i källkod

remove horizontral lines

Eren Yilmaz 5 år sedan
förälder
incheckning
bd2b8dadfb
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      doc/chapter/2architecture.tex

+ 2 - 2
doc/chapter/2architecture.tex

@@ -117,10 +117,10 @@ The internal representation of graphs is further explained in the section~\ref{s
         \rowcolor{gray!50}
         \textbf{Attribute} & \textbf{Type} & \textbf{Optional} & \textbf{Explanation} \\
         source & string & no & The name of the source of this edge.
-        Must be a node with the same parent node as the node specified by the \code{target} attribute. \\\hline
+        Must be a node with the same parent node as the node specified by the \code{target} attribute. \\
         \rowcolor{gray!25}
         target & string & no & The name of the target of this edge.
-        Must be a node with the same parent node as the node specified by the \code{source} attribute. \\\hline
+        Must be a node with the same parent node as the node specified by the \code{source} attribute. \\
     \end{tabular}
     \caption{Edge Attributes}
     \label{table:edge-attributes}