ReadStream.st
changeset 22789 19a376aee38c
parent 22562 2caaf1e20511
child 23949 320a57c5dad1
--- 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.