Skip to content

Commit 53e0ab9

Browse files
authored
remove redundant . from Scala 2 coursier download instructions
1 parent 7ff4c5c commit 53e0ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/downloads-scala2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h2>Ways to Install This Release</h2>
1212
Using <a
1313
href="https://docs.scala-lang.org/getting-started/index.html#using-the-scala-installer-recommended-way">Coursier
1414
CLI</a>, run:<br>
15-
<code>cs install scala:{{ page.release_version }} && cs install scalac:{{ page.release_version }}</code>.
15+
<code>cs install scala:{{ page.release_version }} && cs install scalac:{{ page.release_version }}</code>
1616
</li>
1717
<li>
1818
<div id="download-binaries"></div>Download the Scala binaries for <span id="users-os"></span>

0 commit comments

Comments
 (0)