We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90682ed commit 224b720Copy full SHA for 224b720
src/main/java/com/sellist/flashcards/constants/Steps.java
@@ -53,7 +53,7 @@ public class Steps {
53
public static final Step DIMINISHED_FIFTH = new Step("Diminished Fifth", "d5", 6, -1,4);
54
public static final Step AUGMENTED_FIFTH = new Step("Augmented Fifth", "A5", 8, 1,4);
55
public static final Step DIMINISHED_SIXTH = new Step("Diminished Sixth", "d6", 7, -2,5);
56
- public static final Step AUGMENTED_SIXTH = new Step("Augmented Sixth", "A6", 9, 1,5);
+ public static final Step AUGMENTED_SIXTH = new Step("Augmented Sixth", "A6", 10, 1,5);
57
public static final Step DIMINISHED_SEVENTH = new Step("Diminished Seventh", "d7", 9, -2,6);
58
public static final Step AUGMENTED_SEVENTH = new Step("Augmented Seventh", "A7", 12, 1,6);
59
public static final Step DIMINISHED_OCTAVE = new Step("Diminished Octave", "d8", 11, -1,7);
0 commit comments