@@ -883,13 +883,13 @@ private static double getMassOrAvg(IsotopeFactory isofact, IIsotope atom) {
883883 * <br>
884884 * <ul>
885885 * <li>{@link #MolWeight} (default) - uses the exact mass of each
886- * atom when specified, if not specified the average mass of the element
887- * is used.</li>
886+ * atom when an isotope is specified, if not specified the average mass
887+ * of the element is used.</li>
888888 * <li>{@link #MolWeightIgnoreSpecified} - uses the average mass of each
889- * element ignoring any exact mass that has been specified. </li>
890- * <li>{@link #MonoIsotopic} - uses the exact mass of each atom when
891- * specified, if not specified the major isotope mass for that
892- * element is used.</li>
889+ * element, ignoring any isotopic/ exact mass specification </li>
890+ * <li>{@link #MonoIsotopic} - uses the exact mass of each
891+ * atom when an isotope is specified, if not specified the major isotope
892+ * mass for that element is used.</li>
893893 * <li>{@link #MostAbundant} - uses the exact mass of each atom when
894894 * specified, if not specified a distribution is calculated and the
895895 * most abundant isotope pattern is used.</li>
@@ -952,13 +952,13 @@ public static double getMass(IMolecularFormula mf, int flav) {
952952 * <br>
953953 * <ul>
954954 * <li>{@link #MolWeight} (default) - uses the exact mass of each
955- * atom when specified, if not specified the average mass of the element
956- * is used.</li>
955+ * atom when an isotope is specified, if not specified the average mass
956+ * of the element is used.</li>
957957 * <li>{@link #MolWeightIgnoreSpecified} - uses the average mass of each
958- * element ignoring any exact mass that has been specified. </li>
959- * <li>{@link #MonoIsotopic} - uses the exact mass of each atom when
960- * specified, if not specified the major isotope mass for that
961- * element is used.</li>
958+ * element, ignoring any isotopic/ exact mass specification </li>
959+ * <li>{@link #MonoIsotopic} - uses the exact mass of each
960+ * atom when an isotope is specified, if not specified the major isotope
961+ * mass for that element is used.</li>
962962 * <li>{@link #MostAbundant} - uses the exact mass of each atom when
963963 * specified, if not specified a distribution is calculated and the
964964 * most abundant isotope pattern is used.</li>
0 commit comments