2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

Fehler korrigiert - danke an Vincent Schnitzbauer

This commit is contained in:
Martin Thoma 2014-09-18 12:08:55 +02:00
parent 20994f6cc3
commit 42486c92a4
9 changed files with 44 additions and 22 deletions

View file

@ -115,8 +115,8 @@ Im Gegensatz zu anderen Objekten / Traits hat das Companion Object zugriff auf
die Klasse.
\section{actor}
\begin{definition}[Aktor]\xindex{Aktor}\index{actor|see{Aktor}}
Ein \textit{Aktor} ist ein Prozess, der Nebenläufig zu anderen Aktoren
\begin{definition}[Aktor]\xindex{Aktor}\index{actor|see{Aktor}}%
Ein \textit{Aktor} ist ein Prozess, der nebenläufig zu anderen Aktoren
läuft. Er kommuniziert mit anderen Aktoren, indem er Nachrichten austauscht.
\end{definition}