[DMDB] Fix error

This commit is contained in:
2026-08-15 14:45:27 +02:00
parent 53aac4473f
commit dd807b8cbd
2 changed files with 1 additions and 1 deletions
@@ -24,7 +24,7 @@ So, we have the following statements:
Below a list of very important syntax for the exam (where the subscript $i$ denotes that this operation is part of transaction $T_i$):
\begin{itemize}
\item Read operations: $r_i[x]$ or $r_i(x)$ is an access to tuple $x$ without modifying it.
\item Write operations: $w_i[x]$ or $r_i(x)$ represents a write operation on the tuple $x$.
\item Write operations: $w_i[x]$ or $w_i(x)$ represents a write operation on the tuple $x$.
\item Abort: $a_j$ is an abort of transaction $T_j$
\item Commit $c_j$ is the commit of transaction $T_j$
\end{itemize}