From 8b6629ad58ef6760f3816bd53ff0171185460bb6 Mon Sep 17 00:00:00 2001 From: Marek Bel Date: Tue, 18 Jun 2019 20:00:02 +0200 Subject: [PATCH] Fix comment grammar. --- Firmware/mmu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Firmware/mmu.cpp b/Firmware/mmu.cpp index 97dba519c..c207a74d9 100755 --- a/Firmware/mmu.cpp +++ b/Firmware/mmu.cpp @@ -1451,8 +1451,8 @@ bFilamentAction=false; // NOT in "mmu_fil_eject_menu( //! @brief Fits filament tip into heatbreak? //! -//! If PTFE tube is jammed, this cause filament to be unloaded and no longer -//! detected by pulley IR sensor. +//! If PTFE tube is jammed, this causes filament to be unloaded and no longer +//! being detected by the pulley IR sensor. //! @retval true Fits //! @retval false Doesn't fit static bool can_load()