Skip to content

Commit 2457a35

Browse files
authored
Merge pull request #889 from jonschro/master
#875 - Clarify how to get to next page on Tour of Scala page
2 parents 67edd7a + 2c0b823 commit 2457a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tour/tour-of-scala.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ A joint use of both features facilitates the definition of new statements withou
4545

4646
Scala is designed to interoperate well with the popular Java Runtime Environment (JRE). In particular, the interaction with the mainstream object-oriented Java programming language is as smooth as possible. Newer Java features like [annotations](annotations.html) and Java generics have direct analogues in Scala. Those Scala features without Java analogues, such as [default](default-parameter-values.html) and [named parameters](named-arguments.html), compile as close to Java as they can reasonably come. Scala has the same compilation model (separate compilation, dynamic class loading) like Java and allows access to thousands of existing high-quality libraries.
4747

48-
Please continue to the next page to read more.
48+
Please continue to the [next page](basics.html) in the Contents menu to read more.

0 commit comments

Comments
 (0)