diff --git a/documentation/current/draft/multiple-inheritance.wiki b/documentation/current/draft/multiple-inheritance.wiki index d435f25e..bd7ff4a8 100644 --- a/documentation/current/draft/multiple-inheritance.wiki +++ b/documentation/current/draft/multiple-inheritance.wiki @@ -11,7 +11,7 @@ Multiple inheritance sometimes has the reputation of being complicated or even m Multiple inheritance happens as soon as you list more than one class in the inherit clause at the beginning of a class. For example: - + class PRINTER feature ... Here the features specific to printers ... end @@ -26,7 +26,7 @@ Multiple inheritance happens as soon as you list more than one class in the i feature ... Here the features specific to printer-scanners ... end - + As with single inheritance, the new class has access to the parent features, except that here they are features of two different parents. For example if PRINTER has feature and SCANNER has features scan and scanned, then the feature clause of SCANNER can include diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/autotest/eiffel-test-wizard.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/autotest/eiffel-test-wizard.wiki index 36424957..1a94d2be 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/autotest/eiffel-test-wizard.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/autotest/eiffel-test-wizard.wiki @@ -1,5 +1,4 @@ -[[Property:title|The New Eiffel Test Wizard]] -[[Property:link_title|The Eiffel Test Wizard]] +[[Property:title|The Eiffel Test Wizard]] [[Property:weight|1]] [[Property:uuid|305a8288-cb6a-df2a-1515-e23138e21566]] ==Introduction==