Skip to content

Commit 605c31d

Browse files
committed
Fix sidebar
1 parent 46fcfd6 commit 605c31d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/docs/reference/changed-features/main-functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For instance, the `happyBirthDay` method above would generate additional code eq
6262

6363
```scala
6464
final class happyBirthday:
65-
import scala.util.CommandLineParser => CLP
65+
import scala.util.CommandLineParser as CLP
6666
<static> def main(args: Array[String]): Unit =
6767
try
6868
happyBirthday(

docs/sidebar.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ sidebar:
115115
url: docs/reference/other-new-features/control-syntax.html
116116
- title: Optional Braces
117117
url: docs/reference/other-new-features/indentation.html
118-
- title: Imports
119-
url: docs/reference/other-new-features/imports.html
120118
- title: Explicit Nulls
121119
url: docs/reference/other-new-features/explicit-nulls.html
122120
- title: Safe Initialization
@@ -131,6 +129,8 @@ sidebar:
131129
url: docs/reference/changed-features/operators.html
132130
- title: Wildcard Types
133131
url: docs/reference/changed-features/wildcards.html
132+
- title: Imports
133+
url: docs/reference/changed-features/imports.html
134134
- title: Type Checking
135135
url: docs/reference/changed-features/type-checking.html
136136
- title: Type Inference

0 commit comments

Comments
 (0)