jdk/src/share/classes/java/util/Formatter.java
changeset 14014 da3648e13e67
parent 11135 fb2447d0a09c
child 14342 8435a30053c1
--- a/jdk/src/share/classes/java/util/Formatter.java	Sat Sep 29 15:44:06 2012 +0400
+++ b/jdk/src/share/classes/java/util/Formatter.java	Mon Oct 01 15:36:57 2012 +0100
@@ -918,7 +918,7 @@
  *     <p> If the {@code '0'} flag is given then the output will be padded
  *     with leading zeros to the field width following any indication of sign.
  *
- *     <p> If {@code '('}, {@code '+'}, '&nbsp&nbsp;', or {@code ','} flags
+ *     <p> If {@code '('}, {@code '+'}, '&nbsp;&nbsp;', or {@code ','} flags
  *     are given then a {@link FormatFlagsConversionMismatchException} will be
  *     thrown.
  *