Skip to content

Commit 7ff4c5c

Browse files
authored
remove redundant . from Scala 3 coursier download instructions
1 parent 185ca40 commit 7ff4c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_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)