jdk/src/share/classes/java/util/Formatter.java
changeset 18797 ced9bcc861d9
parent 18774 e951a7044fed
child 19196 5368bd038f19
--- a/jdk/src/share/classes/java/util/Formatter.java	Wed Jul 10 11:05:39 2013 -0700
+++ b/jdk/src/share/classes/java/util/Formatter.java	Tue Jul 09 11:26:25 2013 -0700
@@ -190,7 +190,7 @@
  * <p> The optional <i>flags</i> is a set of characters that modify the output
  * format.  The set of valid flags depends on the conversion.
  *
- * <p> The optional <i>width</i> is a non-negative decimal integer indicating
+ * <p> The optional <i>width</i> is a positive decimal integer indicating
  * the minimum number of characters to be written to the output.
  *
  * <p> The optional <i>precision</i> is a non-negative decimal integer usually