#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 08 May 2018 10:54:07 +0200
changeset 22789 19a376aee38c
parent 22788 6a6604fa5b49
child 22790 5791073e4907
#DOCUMENTATION by cg class: ReadStream comment/format in: #nextDecimalInteger
ReadStream.st
--- a/ReadStream.st	Tue May 08 10:52:26 2018 +0200
+++ b/ReadStream.st	Tue May 08 10:54:07 2018 +0200
@@ -917,7 +917,8 @@
 nextDecimalInteger
     "read the next integer in radix 10.
      Does NOT skip initial whitespace.
-     The streams elements should be characters.
+     Does NOT care for an initial sign.
+     The stream's elements should be characters.
 
      Be careful - this method returns 0 if not positioned on a digit initially
      or if the end of the stream is encountered.