< prev index next >

src/java.base/share/classes/java/text/DateFormatSymbols.java

Print this page

        

@@ -416,11 +416,11 @@
 
     /**
      * Gets short month strings. For example: "Jan", "Feb", etc.
      *
      * <p>If the language requires different forms for formatting and
-     * stand-alone usages, This method returns short month names in
+     * stand-alone usages, this method returns short month names in
      * the formatting form. For example, the preferred abbreviation
      * for January in the Catalan language is <em>de gen.</em> in the
      * formatting form, while it is <em>gen.</em> in the stand-alone
      * form. This method returns {@code "de gen."} in this case. Refer
      * to the <a href="http://unicode.org/reports/tr35/#Calendar_Elements">
< prev index next >