]> git.seodisparate.com - EN605.607.81.SP22_ASDM_Project/commitdiff
Fix comment typo
authorStephen Seo <seo.disparate@gmail.com>
Wed, 2 Mar 2022 07:27:19 +0000 (16:27 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 2 Mar 2022 07:27:19 +0000 (16:27 +0900)
front_end/src/yew_components.rs

index e0127d665b26d375d54dd1e0f8efacad8ecc4ea0..fcf0e2d6f8ff4b712b4c256162e8a5b849c6f54f 100644 (file)
@@ -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" });