Skip to content

Commit

Permalink
Update notes.hpp
Browse files Browse the repository at this point in the history
fixed some typos in the comments
  • Loading branch information
alessandromrc authored Mar 15, 2023
1 parent 3a54b4c commit fcf086a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions instruments/notes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ class Notes {
B = 11
};

// returned freqyency from all the functions here that the user can access
// returned frequency from all the functions here that the user can access
float frequency
= 0;
int note = 0; // note choosen by th euser
int note = 0; // note choosen by the user
int octave = 0; // octave choosen by the user

Notes(const int note, const int octave)
Expand Down

0 comments on commit fcf086a

Please sign in to comment.