Good evening
I created a table (the source code below) and in this table I have some \multirow codes. Problem is I have not a right vertical line in this table (the picture below). I do not know fix it.
Thank you for help.
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{longtable}
\usepackage{multirow}
\begin{document}
\Large
\begin{longtable}{|p{5cm}p{6cm}|}
\hline
text & \multirow{2}{*}{some text} \\
text\\
\hline
text & \multirow{2}{*}{some text} \\
text\\
\hline
text & \multirow{2}{*}{some text} \\
text\\
\hline
\end{longtable}
\end{document}
