correct typo
This commit is contained in:
parent
0dd5080d63
commit
037df42271
@ -84,7 +84,7 @@ fn parse_config(conf: String, pool: &mut Vec<robot::Robot>) -> Result<world::Wor
|
|||||||
Some(raw) => raw,
|
Some(raw) => raw,
|
||||||
};
|
};
|
||||||
if a.is_empty() {
|
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() {
|
let b = match lines.next() {
|
||||||
None => return Err("This line should be the instruction !"),
|
None => return Err("This line should be the instruction !"),
|
||||||
|
Loading…
Reference in New Issue
Block a user