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
@@ -14,7 +14,7 @@
### Refactors ### Refactors
+ use &[T] instead of &Vec<T>, [76cd08ab2f98687a866a6bbb4fa93bbdedaa7699], [1f62bb50210f2d66bb7215e42e8b21a3c1a6ec06] + use &[T] instead of &Vec<T>, [76cd08ab2f98687a866a6bbb4fa93bbdedaa7699], [1f62bb50210f2d66bb7215e42e8b21a3c1a6ec06]
+ draw_block constaints into consts, [0436ff1b7356c80532048c7d497c66d331092b01] + draw_block constraints into consts, [0436ff1b7356c80532048c7d497c66d331092b01]
### Tests ### Tests
+ update port test with new colour, [f74ae3f5c34d74b78822078291fed401427c4cba] + update port test with new colour, [f74ae3f5c34d74b78822078291fed401427c4cba]
+1 -1
View File
@@ -383,7 +383,7 @@ impl AppData {
} }
/// Get mutable Option of the currently selected container DockerControls items /// 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>> { pub fn get_control_items(&mut self) -> Option<&mut Vec<DockerControls>> {
self.get_mut_selected_container() self.get_mut_selected_container()
.map(|i| &mut i.docker_controls.items) .map(|i| &mut i.docker_controls.items)