diff --git a/src/main/java/week2/FindingAllGenes.java b/src/main/java/week2/FindingAllGenes.java index d236a4c..405db06 100644 --- a/src/main/java/week2/FindingAllGenes.java +++ b/src/main/java/week2/FindingAllGenes.java @@ -75,7 +75,7 @@ public static StorageResource findProtein(String dna) { StorageResource store = new StorageResource(); while (true) { - // get start position of a codom + // get start position of a codom int start = dna.indexOf("atg", endPos); if (start == -1) {