From fcf086a96f4388b3d22462bce10a06858bd4d5d0 Mon Sep 17 00:00:00 2001 From: Alessandro <66976091+alessandromrc@users.noreply.github.com> Date: Wed, 15 Mar 2023 09:26:46 +0100 Subject: [PATCH] Update notes.hpp fixed some typos in the comments --- instruments/notes.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instruments/notes.hpp b/instruments/notes.hpp index 0690ea5..47592a7 100644 --- a/instruments/notes.hpp +++ b/instruments/notes.hpp @@ -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)