From 39d46c51bebf726116b7d801a206b45721700598 Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 23 Aug 2023 14:41:41 +0200 Subject: [PATCH] fix typo: empg -> emph --- tex/part-practical.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tex/part-practical.tex b/tex/part-practical.tex index 4d80891..1b89f74 100644 --- a/tex/part-practical.tex +++ b/tex/part-practical.tex @@ -856,7 +856,7 @@ following: These methods can further be imported into other packages and this makes working with the database a morning breeze. -All the database \empg{entity} IDs were declared as type \texttt{UUID} +All the database \emph{entity} IDs were declared as type \texttt{UUID} (\emph{universally unique ID, theoretically across space and time}), contrary to the more traditional \emph{integer} IDs.