From 962639e0684ef0a52194423b188ec9353a8ef9f4 Mon Sep 17 00:00:00 2001 From: alexk Date: Fri, 22 Feb 2013 17:45:56 +0000 Subject: [PATCH] Corrected indentation. Author:alexk Date:2013-02-22T17:45:56.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1218 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../current/method/eiffel-tutorial-et/et-inheritance.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/current/method/eiffel-tutorial-et/et-inheritance.wiki b/documentation/current/method/eiffel-tutorial-et/et-inheritance.wiki index 0b0d2d9e..855319ff 100644 --- a/documentation/current/method/eiffel-tutorial-et/et-inheritance.wiki +++ b/documentation/current/method/eiffel-tutorial-et/et-inheritance.wiki @@ -227,7 +227,7 @@ As the example of extend shows, a deferred feature, although it has Deferred classes do not have to be fully deferred. They may contain some effective features along with their deferred ones. Here, for example, we may express count as a function: - count: INTEGER +count: INTEGER -- Number of items in list do from