This commit is contained in:
EliasCubz 2020-11-01 16:45:51 +01:00
parent 6d8d1f47b6
commit 8c139e29d2
2 changed files with 1 additions and 1 deletions

0
niktoi
View File

View File

@ -198,7 +198,7 @@ fn open_file(filename: &str) -> io::Result<String> {
Ok(content)
}
///Here we display the grid by looping in every position checking if it exists in the HashMap.
/// Here we display the grid by looping in every position checking if it exists in the HashMap.
fn display_grid(
w: &world::World,
robot_pool: &Vec<robot::Robot>,