Remove fancy quote from rockin' roc repl

This commit is contained in:
Richard Feldman 2023-11-18 22:16:14 -05:00
parent 91c528193d
commit b725a114cf
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
3 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ use target_lexicon::Triple;
use crate::cli_gen::eval_llvm;
pub const WELCOME_MESSAGE: &str = concatcp!(
"\n The rockin ",
"\n The rockin' ",
BLUE,
"roc repl",
END_COL,