< prev index next >

src/java.base/share/classes/java/math/MathContext.java

Print this page

        

@@ -266,11 +266,11 @@
 
     /**
      * Returns the string representation of this {@code MathContext}.
      * The {@code String} returned represents the settings of the
      * {@code MathContext} object as two space-delimited words
-     * (separated by a single space character, <tt>'\u0020'</tt>,
+     * (separated by a single space character, <code>'\u0020'</code>,
      * and with no leading or trailing white space), as follows:
      * <ol>
      * <li>
      * The string {@code "precision="}, immediately followed
      * by the value of the precision setting as a numeric string as if
< prev index next >