Skip to content

Commit ae39783

Browse files
authored
Merge pull request #1695 from soronpo/master
Remove redundant `.` from Scala coursier download instructions
2 parents 35fc052 + 53e0ab9 commit ae39783

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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>

_includes/downloads-scala3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h2>Ways to Install This Release</h2>
1616
Using <a
1717
href="https://docs.scala-lang.org/getting-started/index.html#using-the-scala-installer-recommended-way">Coursier
1818
CLI</a>, run:<br>
19-
<code>cs install scala:{{page.release_version}} && cs install scalac:{{page.release_version}}</code>.
19+
<code>cs install scala:{{page.release_version}} && cs install scalac:{{page.release_version}}</code>
2020
</li>
2121
<li>
2222
Download the Scala binaries for <strong>{{page.release_version}}</strong> at <a

0 commit comments

Comments
 (0)