Skip to content

Commit ca5b489

Browse files
Merge pull request #2649 from dhoepelman/patch-1
Fix typo in getting-started.html
2 parents 3a66d73 + 42c2152 commit ca5b489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_includes/getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1 id="getting-started">Try Dotty</h1>
1010
<p>Now you can compile Scala source code:<p>
1111
<pre class="sourceCode bright"><code>dotc hello.scala</code></pre>
1212

13-
<p>To start the RPEL, run: <code>dotr</code>.<p>
13+
<p>To start the REPL, run: <code>dotr</code>.<p>
1414

1515
<p>Or, you can try Dotty in your browser with <a href="https://scastie.scala-lang.org/?target=dotty">Scastie</a>.</p>
1616

0 commit comments

Comments
 (0)