JAL-2214 fix docs (consistent and correct base pair terminology) and link to ‘sequenc...
[jalview.git] / src / jalview / analysis / Rna.java
index b453c28..41324d9 100644 (file)
@@ -359,8 +359,8 @@ public class Rna
   }
 
   /**
-   * Answers true if the base-pair is either a canonical (A-T/U, C-G) or a
-   * wobble (G-T/U) pair (either way round), else false
+   * Answers true if the base-pair is either a Watson-Crick (A:T/U, C:G) or a
+   * wobble (G:T/U) pair (either way round), else false
    * 
    * @param first
    * @param second
@@ -417,8 +417,8 @@ public class Rna
   }
 
   /**
-   * Answers true if the base-pair is A-T/U or C-G (either way round), else
-   * false
+   * Answers true if the base-pair is Watson-Crick - (A:T/U or C:G, either way
+   * round), else false
    * 
    * @param first
    * @param second