File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ inherited from `Object`.
342
342
def re = real
343
343
def im = imaginary
344
344
override def toString() =
345
- "" + re + (if (im < 0) "" else "+") + im + "i"
345
+ "" + re + (if (im < 0) "- " else "+") + im + "i"
346
346
}
347
347
348
348
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ use and a low barrier to entry for beginners and intermediate users. The
23
23
Platform consists of several independent modules that solve specific problems.
24
24
The Scala community sets the overall direction of the Platform.
25
25
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 >
27
27
28
28
29
29
You can’t perform that action at this time.
0 commit comments