Skip to content

Commit ae75b16

Browse files
authored
Merge pull request #60 from CaileenD/patch-1
Adding a missing word
2 parents 6d8c9fa + 3ccbd22 commit ae75b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scalatutorial/sections/LexicalScopes.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ object LexicalScopes extends ScalaTutorialSection {
159159
* = Top-Level Definitions =
160160
*
161161
* In real Scala programs, `def` and `val` definitions must be written
162-
* within a top-level ''object definition'', in .scala file:
162+
* within a top-level ''object definition'', in a .scala file:
163163
*
164164
* {{{
165165
* object MyExecutableProgram {

0 commit comments

Comments
 (0)