From 297d4cf06f198731a82a51620176819e9fc94c64 Mon Sep 17 00:00:00 2001 From: DoolyBoi Date: Wed, 19 Oct 2022 20:06:13 -0700 Subject: fixed note --- BlankConsoleLab/BlankConsoleLab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BlankConsoleLab/BlankConsoleLab.cpp') diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index 224af44..22fb44e 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -56,7 +56,7 @@ int main() //warns user if aspect ratio is greater than or equal to 1 if (aspectRatio >= 1) { - cout << "WARNING: The aspect ratio of your kite is pretty high which would result in less stability. Making a lower aspect ratio would provide more stability."; + cout << "NOTE: A lower aspect ratio (below 1) would provide more stability"; } -- cgit v1.2.3