From 6ea4ba86bd042e36ea808a9ec4d7f39b179c8083 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Sun, 23 Feb 2025 12:56:01 +0000 Subject: [PATCH] docs: comment improved --- src/app_data/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app_data/mod.rs b/src/app_data/mod.rs index c01988a..b852d33 100644 --- a/src/app_data/mod.rs +++ b/src/app_data/mod.rs @@ -317,7 +317,7 @@ impl AppData { self.sorted_by } - /// Get a vec of the containers ID's + /// Get a vec of the containers ID's in the order they are displayed in the containers panel fn get_current_ids(&self) -> Vec { self.containers .items