docs: typos

This commit is contained in:
Jack Wills
2024-02-14 14:24:48 +00:00
parent 751b132b2e
commit e7845ae6f0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -383,7 +383,7 @@ impl AppData {
}
/// Get mutable Option of the currently selected container DockerControls items
/// TODO command or control, need a uniform name acorss the application
/// TODO command or control, need a uniform name across the application
pub fn get_control_items(&mut self) -> Option<&mut Vec<DockerControls>> {
self.get_mut_selected_container()
.map(|i| &mut i.docker_controls.items)