From d1311074b9f48d009b2556db64ece8dd12e9e895 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 18 Aug 2023 17:54:02 +0200 Subject: [PATCH] tex: reword bit in dep matrix part --- tex/part-practical.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tex/part-practical.tex b/tex/part-practical.tex index f1c080a..77c65a9 100644 --- a/tex/part-practical.tex +++ b/tex/part-practical.tex @@ -240,8 +240,10 @@ application. \texttt{PostgreSQL} (\url{https://www.postgresql.org/}) & 15.3 \\ } -Additionally, dependency-version mapping can be inferred from looking at the -\texttt{go.mod} file's first \textit{require} block at any point in time. +Additionally, the dependency-version mapping for the Go program can be inferred +from looking at the \texttt{go.mod} file's first \textit{require} block at any +point in time. The same can be achieved for \emph{frontend} by glancing at the +\texttt{package-lock.json} file. \n{1}{Application architecture}