summaryrefslogtreecommitdiff
path: root/sources/listing_schema.tex
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-07-04 15:55:40 +0200
committermjkwiatkowski <mati.rewa@gmail.com>2026-07-04 15:55:40 +0200
commit65775b9fe9fe44049a0f1da2b6b9ffbdb9881d1f (patch)
treecf81271f2867b6ba2e4047563c2a2e4406827bae /sources/listing_schema.tex
parentc7ea4c55a58e832330c951de9d6104413b59cada (diff)
feat: finished section 4.4
Diffstat (limited to 'sources/listing_schema.tex')
-rw-r--r--sources/listing_schema.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/listing_schema.tex b/sources/listing_schema.tex
index ef380e8..f702784 100644
--- a/sources/listing_schema.tex
+++ b/sources/listing_schema.tex
@@ -1,4 +1,4 @@
-\begin{lstlisting}[caption=The Redis and PostgreSQL schema (\texttt{schema.proto} file). All the large volume data packets that travel within the system follow this format (\ie \myCircled{1} through \myCircled{6}). The communication of small datapackets takes place using the HTTP protocol., label={lst:protobuf-schema}]
+\begin{lstlisting}[caption=The Redis and PostgreSQL schema (\texttt{schema.proto} file). All the large volume data packets that travel within the system follow this format (\ie \myCircled{1} through \myCircled{6}). The communication of small datapackets takes place using the \gls{http} protocol., label={lst:protobuf-schema}]
syntax = "proto3";
package proto;