Skip to content

Commit 5fe53fd

Browse files
committed
Merge pull request #510 from asgs/patch-1
Update scala-for-java-programmers.md
2 parents d4a3128 + 582e27c commit 5fe53fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/scala-for-java-programmers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ complex numbers.
275275
def im() = imaginary
276276
}
277277

278-
This complex class takes two arguments, which are the real and
278+
This `Complex` class takes two arguments, which are the real and
279279
imaginary part of the complex. These arguments must be passed when
280280
creating an instance of class `Complex`, as follows: `new
281281
Complex(1.5, 2.3)`. The class contains two methods, called `re`

0 commit comments

Comments
 (0)