From a57c6f57a7675f523dee2bb6e99e6e210b7a4183 Mon Sep 17 00:00:00 2001 From: Rafael Fonseca Date: Sun, 1 Mar 2020 16:10:52 +0100 Subject: [PATCH] scale-generator: fix name of augmented interval The interval described is an augmented *second*, not an augmented first. Added also its composition in terms of steps for completeness. Fixes #1642 Signed-off-by: Rafael Fonseca --- exercises/scale-generator/description.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/exercises/scale-generator/description.md b/exercises/scale-generator/description.md index 3114f7cc20..0a4e876582 100644 --- a/exercises/scale-generator/description.md +++ b/exercises/scale-generator/description.md @@ -41,7 +41,7 @@ a "whole step" or "major second" (written as an upper-case "M"). The diatonic scales are built using only these two intervals between adjacent notes. -Non-diatonic scales can contain other intervals. An "augmented first" -interval, written "A", has two interceding notes (e.g., from A to C or -Db to E). There are also smaller and larger intervals, but they will not -figure into this exercise. +Non-diatonic scales can contain other intervals. An "augmented second" +interval, written "A", has two interceding notes (e.g., from A to C or Db to E) +or a "whole step" plus a "half step". There are also smaller and larger +intervals, but they will not figure into this exercise.