@@ -227,7 +227,7 @@ public static IMolecularFormula removeElement(IMolecularFormula formula, IElemen
227227 }
228228
229229 /**
230- * Returns the string representation of the molecule formula.
230+ * Returns the string representation of the molecular formula.
231231 *
232232 * @param formula The IMolecularFormula Object
233233 * @param orderElements The order of Elements
@@ -257,7 +257,7 @@ private static void appendElement(StringBuilder sb, Integer mass, int elem, int
257257 }
258258
259259 /**
260- * Returns the string representation of the molecule formula.
260+ * Returns the string representation of the molecular formula.
261261 *
262262 * @param formula The IMolecularFormula Object
263263 * @param orderElements The order of Elements
@@ -326,7 +326,7 @@ public static String getString(IMolecularFormula formula, String[] orderElements
326326 }
327327
328328 /**
329- * Returns the string representation of the molecule formula.
329+ * Returns the string representation of the molecular formula.
330330 * Based on Hill System. The Hill system is a system of writing
331331 * chemical formulas such that the number of carbon atoms in a
332332 * molecule is indicated first, the number of hydrogen atoms next,
@@ -345,7 +345,7 @@ public static String getString(IMolecularFormula formula) {
345345 }
346346
347347 /**
348- * Returns the string representation of the molecule formula.
348+ * Returns the string representation of the molecular formula.
349349 * Based on Hill System. The Hill system is a system of writing
350350 * chemical formulas such that the number of carbon atoms in a
351351 * molecule is indicated first, the number of hydrogen atoms next,
@@ -370,7 +370,7 @@ public static String getString(IMolecularFormula formula, boolean setOne) {
370370
371371
372372 /**
373- * Returns the string representation of the molecule formula.
373+ * Returns the string representation of the molecular formula.
374374 * Based on Hill System. The Hill system is a system of writing
375375 * chemical formulas such that the number of carbon atoms in a
376376 * molecule is indicated first, the number of hydrogen atoms next,
@@ -464,7 +464,7 @@ public static String getHillString(IMolecularFormula formula) {
464464 }
465465
466466 /**
467- * Returns the string representation of the molecule formula based on Hill
467+ * Returns the string representation of the molecular formula based on Hill
468468 * System with numbers wrapped in <sub></sub> tags. Useful for
469469 * displaying formulae in Swing components or on the web.
470470 *
@@ -479,7 +479,7 @@ public static String getHTML(IMolecularFormula formula) {
479479 }
480480
481481 /**
482- * Returns the string representation of the molecule formula based on Hill
482+ * Returns the string representation of the molecular formula based on Hill
483483 * System with numbers wrapped in <sub></sub> tags and the
484484 * isotope of each Element in <sup></sup> tags and the total
485485 * charge of IMolecularFormula in <sup></sup> tags. Useful for
@@ -503,7 +503,7 @@ public static String getHTML(IMolecularFormula formula, boolean chargeB, boolean
503503 }
504504
505505 /**
506- * Returns the string representation of the molecule formula with numbers
506+ * Returns the string representation of the molecular formula with numbers
507507 * wrapped in <sub></sub> tags and the isotope of each Element
508508 * in <sup></sup> tags and the total showCharge of IMolecularFormula
509509 * in <sup></sup> tags. Useful for displaying formulae in Swing
@@ -895,7 +895,7 @@ private static double getMassOrAvg(IsotopeFactory isofact, IIsotope atom) {
895895 * most abundant isotope pattern is used.</li>
896896 * </ul>
897897 *
898- * @param mf molecule formula
898+ * @param mf molecular formula
899899 * @param flav flavor
900900 * @return the mass of the molecule
901901 * @see #getMass(IMolecularFormula, int)
@@ -964,7 +964,7 @@ public static double getMass(IMolecularFormula mf, int flav) {
964964 * most abundant isotope pattern is used.</li>
965965 * </ul>
966966 *
967- * @param mf molecule formula
967+ * @param mf molecular formula
968968 * @return the mass of the molecule
969969 * @see #getMass(IMolecularFormula, int)
970970 * @see #MolWeight
0 commit comments