We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d8c9fa + 3ccbd22 commit ae75b16Copy full SHA for ae75b16
src/main/scala/scalatutorial/sections/LexicalScopes.scala
@@ -159,7 +159,7 @@ object LexicalScopes extends ScalaTutorialSection {
159
* = Top-Level Definitions =
160
*
161
* In real Scala programs, `def` and `val` definitions must be written
162
- * within a top-level ''object definition'', in .scala file:
+ * within a top-level ''object definition'', in a .scala file:
163
164
* {{{
165
* object MyExecutableProgram {
0 commit comments