mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-05 01:58:58 +03:00
Remove fancy quote from rockin' roc repl
This commit is contained in:
parent
91c528193d
commit
b725a114cf
@ -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,
|
||||
|
@ -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!
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user