From df10db69f90ca4491a1ade669958d6585eb1c826 Mon Sep 17 00:00:00 2001 From: Henrik Tidefelt Date: Tue, 13 Oct 2020 22:32:28 +0200 Subject: [PATCH] Cleanup related to 'partial' --- chapters/classes.tex | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/chapters/classes.tex b/chapters/classes.tex index 1a4ce10fa..d85111725 100644 --- a/chapters/classes.tex +++ b/chapters/classes.tex @@ -721,11 +721,7 @@ \subsection{Restriction on combining base-classes and other elements}\label{rest \subsection{Local Class Definitions -- Nested Classes}\label{local-class-definitions-nested-classes} -The local class should be statically flattenable with the partially -flattened enclosing class of the local class apart from local class -components that are partial or \lstinline!outer!. The environment is the -modification of any enclosing class element modification with the same -name as the local class, or an empty environment. +The local class should be statically flattenable with the partially flattened enclosing class of the local class apart from local class components that are \lstinline!partial! or \lstinline!outer!. The environment is the modification of any enclosing class element modification with the same name as the local class, or an empty environment. The unflattened local class together with its environment becomes an element of the flattened enclosing class.