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,

View File

@ -8,7 +8,7 @@ Let's start by getting acquainted with Roc's [_Read-Eval-Print-Loop_](https://en
If Roc is [installed](#installation), you should see this:
<pre><samp>The rockin roc repl</samp></pre>
<pre><samp>The rockin' roc repl</samp></pre>
So far, so good!

View File

@ -24,7 +24,7 @@
</nav>
</div>
<main id="repl">
<h1>The rockin Roc REPL</h1>
<h1>The rockin' Roc REPL</h1>
<code class="history">
<div id="help-text"></div>
<div id="history-text"><div id="loading-message">Loading REPL WebAssembly module…please wait!</div></div>