Skip to content

Commit 3ccbd22

Browse files
authored
Adding a missing word
1 parent 6d8c9fa commit 3ccbd22

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)