From: Stephen Seo Date: Wed, 2 Mar 2022 07:27:19 +0000 (+0900) Subject: Fix comment typo X-Git-Tag: sprint_01_day_3~5 X-Git-Url: https://git.seodisparate.com/stephenseo/LD53?a=commitdiff_plain;h=4c8e330c051e3e2cfb2affdf0d8a17115f2a7904;p=EN605.607.81.SP22_ASDM_Project Fix comment typo --- diff --git a/front_end/src/yew_components.rs b/front_end/src/yew_components.rs index e0127d6..fcf0e2d 100644 --- a/front_end/src/yew_components.rs +++ b/front_end/src/yew_components.rs @@ -189,7 +189,7 @@ impl Component for Wrapper { .expect("should be able to limit items in info_text"); } - // scroll to bottom only if at bottom + // scroll to top only if at top // DEBUG //log::info!("at_top is {}", if at_top { "true" } else { "false" });