fixed a typo

pull/1/head
Qexat 2022-01-22 18:27:47 +01:00
parent c03ec9e5f4
commit 4131b14ab1
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ pub fn unwrap_list_nest(ast: Expr) -> Vec<Expr> {
_ => {
// This probably will not happen because everything is wrapped
// in list. So it would be impossible that the ast is not a list.
eprintln!("Possibly a bug in the compiler, you shouln't get this messages.");
eprintln!("Possibly a bug in the compiler, you shouln't get this message.");
dbg!(ast);
}
};