Compare two revisions of: Normalize applies the following rules

... ... @@ -35,8 +35,7 @@ and based on the type, possibly a:
35 35
36 36 Keeping this in our mind, we can take a look at the rules being applied when normalizing and/or expanding functions.
37 37 When normalizing/expanding, all rules will be applied until a stable state of the function has been reached, resulting in a normalized/expanded function. The rules for
38 -[normalization](Normalize-applies-the-following-rules#rules-for-normalizing-functions) and [expanding](Normalize-applies-the-following-rules#rules-for-expanding-functions)
39 -below (showing the Class name of the Java-code in brackets), along with several examples for each rule.
38 +[normalization](Normalize-applies-the-following-rules#rules-for-normalizing-functions) and [expanding](Normalize-applies-the-following-rules#rules-for-expanding-functions) are shown below (showing the Class name of the Java-code in brackets), along with several examples for each rule.
40 39
41 40 # Rules for normalizing functions
42 41
43 42