I'm building a Latex table and it's giving me an error on the final horizontal line I put in.
\begin{table}[t]
\begin{center}
\begin{tabular}{|c|r||l|}
\hline
\emph{Fases} & \emph{Descrição} & \emph{Função}\
\hline
1º & \Construção de um Tabuleiro de Lava & \textbf{buildLava} \
\hline
2 & Posição das Peças & \textbf{passosToPosition}
\hline
\end{tabular}
\end{center}
\caption{Fases de Resolução.}
\label{tbl:tabela}
\end{table}
You know of some alternative command that makes the final row of the table.