diff --git a/GoBook.pdf b/GoBook.pdf index 3bb3499..ce530ba 100644 Binary files a/GoBook.pdf and b/GoBook.pdf differ diff --git a/GoBook.tex b/GoBook.tex index 4122e6c..5fb6a6c 100644 --- a/GoBook.tex +++ b/GoBook.tex @@ -136,7 +136,7 @@ for i := 1; i < n-1; i++ { \end{lstlisting} - \textbf{Líneas 11-12:} Este bucle itera sobre los elementos de la matriz, excepto el primero y el último. + \textbf Este bucle itera sobre los elementos de la matriz, excepto el primero y el último. \begin{lstlisting}[language=Go, numbers=left, stepnumber=5, firstnumber=13]