From 29bc509a22e94cf966e4b1f21a579e233fd3708c Mon Sep 17 00:00:00 2001 From: LelleSwe <65127556+LelleSwe@users.noreply.github.com> Date: Wed, 11 Sep 2024 08:28:55 +0200 Subject: [PATCH] Typo in compendium/modules/w02-programs-exercise.tex rrayen -> arrayen --- compendium/modules/w02-programs-exercise.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compendium/modules/w02-programs-exercise.tex b/compendium/modules/w02-programs-exercise.tex index f01ecc18..ee348d7c 100644 --- a/compendium/modules/w02-programs-exercise.tex +++ b/compendium/modules/w02-programs-exercise.tex @@ -150,7 +150,7 @@ \begin{REPLnonum} java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0 \end{REPLnonum} -Eftersom rrayen \code{args} är tom om programargument saknas så finns ej platsen med index $0$. +Eftersom arrayen \code{args} är tom om programargument saknas så finns ej platsen med index $0$. \QUESTEND