From 6eaa9f2aaf2623ac7289c0042e706c143ebd82cd Mon Sep 17 00:00:00 2001
From: Sophist <3001893+Sophist-UK@users.noreply.github.com>
Date: Sun, 14 Apr 2024 21:49:23 +0100
Subject: [PATCH] Address review comment from @bmourit

---
 Marlin/Configuration.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h
index 783e472d8c7..e55f693c25b 100644
--- a/Marlin/Configuration.h
+++ b/Marlin/Configuration.h
@@ -1249,8 +1249,8 @@
  *                                      X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]]
  *
  * Note: If you are using INPUT_SHAPING, these XY values have a very
- * significant impact on RAM usage, and you should set these to a
- * realistic maximum for your printer.
+ * significant impact on RAM usage, and you should reduce these to a
+ * realistic maximum for your printer to reduce firmware RAM usage.
  */
 #define DEFAULT_MAX_FEEDRATE          { 300, 300, 5, 25 }