From b5eb201657ba070102f04867bf8854d493cebe3e Mon Sep 17 00:00:00 2001
From: Florian Unger <florian.unger@posteo.net>
Date: Tue, 14 Jun 2022 17:33:39 +0200
Subject: [PATCH] typo

---
 301_dynamische_Arrays.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/301_dynamische_Arrays.tex b/301_dynamische_Arrays.tex
index c82fbb7..b5df126 100644
--- a/301_dynamische_Arrays.tex
+++ b/301_dynamische_Arrays.tex
@@ -29,7 +29,7 @@ dynamische Arrays.
 
 \begin{definition}[dynamisches Array]
   Ein dynamisches Array $\mathcal{DA}$ ist ein Tupel $(\mathcal{A}, n)$, wobei $\mathcal{A}$ ein Array von Länge
-  $n_\text{cap}$ ist und $n \in \{0,\cdots,n_\text{cap}-1\}$ ein Zeiger auf das aktuell letzte Element.
+  $n_\text{cap}$ ist und $n \in \{0,\cdots,n_\text{cap}-1\}$ ein Zeiger auf das nächste freie Feld.
 \end{definition}
 
 \subsubsection{Zugriff auf Arrayelemente}
-- 
GitLab