From 19429bd09d0303180ab56b3dc120bba971587b4a Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Mon, 30 Apr 2018 12:55:26 +0000 Subject: [PATCH] Update wikipage Getting a STRING from a NUMERIC object. (Signed-off-by:tioui). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2008 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../Mini-HowTo/Getting-a-STRING-from-a-NUMERIC-object.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/18.01/eiffel/Tutorials/Mini-HowTo/Getting-a-STRING-from-a-NUMERIC-object.wiki b/documentation/18.01/eiffel/Tutorials/Mini-HowTo/Getting-a-STRING-from-a-NUMERIC-object.wiki index 87ec88a9..2410565f 100644 --- a/documentation/18.01/eiffel/Tutorials/Mini-HowTo/Getting-a-STRING-from-a-NUMERIC-object.wiki +++ b/documentation/18.01/eiffel/Tutorials/Mini-HowTo/Getting-a-STRING-from-a-NUMERIC-object.wiki @@ -2,7 +2,7 @@ [[Property:weight|0]] [[Property:title|Getting a STRING from a NUMERIC object]] [[Property:link_title|NUMERIC to STRING]] -Every class have the out method that can be used to get a text version of the object. For a lot of class, this method return internal informations that is not really usefull for the end user. But for every NUMERIC class, the out method return a text representation of the number that the NUMERIC object represent. +Every class has the out method that can be used to get a text version of the object. For a lot of class, this method return internal informations that are not really useful for the end user. But for every NUMERIC class, the out method return a text representation of the number that the NUMERIC object represents. print_integer(a_integer:INTEGER)