dt1 / coderedux

Source for coderedux.com. Personal "blog" written in Clojure.
0 stars 0 forks source link

Typo in COF2 #1

Open ataulm opened 7 years ago

ataulm commented 7 years ago

https://github.com/dt1/coderedux/blob/master/src/coderedux/musictheory/coftwo.clj#L44

Got it? Good, because the above is wrong. Way wrong. The D Major Chord is actually C F# A, and as you'll see in a second, this isn't the only mistake I made.

should be

Got it? Good, because the above is wrong. Way wrong. The D Major Chord is actually D F# A, and as you'll see in a second, this isn't the only mistake I made.

dt1 commented 7 years ago

Hey, thanks for this. I'll update soon.

On April 6, 2017 5:21:28 PM CDT, Ataul Munim notifications@github.com wrote:

https://github.com/dt1/coderedux/blob/master/src/coderedux/musictheory/coftwo.clj#L44

Got it? Good, because the above is wrong. Way wrong. The D Major Chord is actually C F# A, and as you'll see in a second, this isn't the only mistake I made.

should be

Got it? Good, because the above is wrong. Way wrong. The D Major Chord is actually D F# A, and as you'll see in a second, this isn't the only mistake I made.

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/dt1/coderedux/issues/1