correct typo

This commit is contained in:
Martin HART 2020-10-29 14:44:16 +01:00
parent 0dd5080d63
commit 037df42271
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ fn parse_config(conf: String, pool: &mut Vec<robot::Robot>) -> Result<world::Wor
Some(raw) => raw,
};
if a.is_empty() {
return Err("Thi line should not be empty !");
return Err("This line should not be empty !");
}
let b = match lines.next() {
None => return Err("This line should be the instruction !"),