From ec9669adcf5594b3742ac5d5ac40037e47736434 Mon Sep 17 00:00:00 2001 From: Elias Kuiter Date: Thu, 5 Dec 2024 08:38:39 +0100 Subject: [PATCH] improved phrasing of definition --- slides/content/07b-fop.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/content/07b-fop.tex b/slides/content/07b-fop.tex index fe33cd3..403049a 100644 --- a/slides/content/07b-fop.tex +++ b/slides/content/07b-fop.tex @@ -78,7 +78,7 @@ \subsection{Feature Composition} \begin{fancycolumns}[widths={65,35}] \begin{definition}{Feature Modules} \begin{itemize} - \item Each collaboration mapped to a feature and is called a feature module (or layer). + \item Each collaboration (aka.\ feature module or layer) is mapped to a feature. \item Feature modules may refine a base implementation by adding new elements or by modifying and extending existing ones. \end{itemize} \end{definition}