Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 23cac09

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 072b16a + 095a8c6 commit 23cac09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_overviews/tutorials/scala-for-java-programmers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ inherited from `Object`.
342342
def re = real
343343
def im = imaginary
344344
override def toString() =
345-
"" + re + (if (im < 0) "" else "+") + im + "i"
345+
"" + re + (if (im < 0) "-" else "+") + im + "i"
346346
}
347347

348348

_sips/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use and a low barrier to entry for beginners and intermediate users. The
2323
Platform consists of several independent modules that solve specific problems.
2424
The Scala community sets the overall direction of the Platform.
2525

26-
<a class="button" href="https://scalacenter.github.io/platform-staging/platform.html">Learn more</a>
26+
<a class="button" href="https://scalacenter.github.io/platform/">Learn more</a>
2727

2828

2929

0 commit comments

Comments
 (0)