Skip to content

Commit

Permalink
Addressing #21
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Jan 26, 2024
1 parent 9b23fe0 commit 9fbeb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Tonic/ChordType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import Foundation

/// Chord type as defined by a set of intervals from a root note class
public enum ChordType: Int, CaseIterable {
public enum ChordType: String, CaseIterable {
/// Major Triad: Major Third, Perfect Fifth
case majorTriad

Expand Down

0 comments on commit 9fbeb72

Please sign in to comment.