Skip to content

Commit 942362c

Browse files
committed
Fix docs and resources copying
1 parent 3260102 commit 942362c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+56
-390
lines changed

docs/docs/reference/changed-features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "Other Changed Features"
33
type: chapter
4-
num: 51
5-
previous-page: /scala3/reference/other-new-features/type-test
4+
num: 52
5+
previous-page: /scala3/reference/other-new-features/experimental-defs
66
next-page: /scala3/reference/changed-features/numeric-literals
77
---
88

docs/docs/reference/changed-features/compiler-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Changes in Compiler Plugins"
33
type: section
4-
num: 67
4+
num: 68
55
previous-page: /scala3/reference/changed-features/eta-expansion
66
next-page: /scala3/reference/changed-features/lazy-vals-init
77
---

docs/docs/reference/changed-features/eta-expansion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Automatic Eta Expansion"
33
type: section
4-
num: 66
4+
num: 67
55
previous-page: /scala3/reference/changed-features/pattern-matching
66
next-page: /scala3/reference/changed-features/compiler-plugins
77
---

docs/docs/reference/changed-features/implicit-conversions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Implicit Conversions"
33
type: section
4-
num: 60
4+
num: 61
55
previous-page: /scala3/reference/changed-features/implicit-resolution
66
next-page: /scala3/reference/changed-features/overload-resolution
77
---

docs/docs/reference/changed-features/implicit-resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Changes in Implicit Resolution"
33
type: section
4-
num: 59
4+
num: 60
55
previous-page: /scala3/reference/changed-features/type-inference
66
next-page: /scala3/reference/changed-features/implicit-conversions
77
---

docs/docs/reference/changed-features/imports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Imports"
33
type: section
4-
num: 56
4+
num: 57
55
previous-page: /scala3/reference/changed-features/wildcards
66
next-page: /scala3/reference/changed-features/type-checking
77
---

docs/docs/reference/changed-features/lazy-vals-init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Lazy Vals Initialization
33
type: section
4-
num: 68
4+
num: 69
55
previous-page: /scala3/reference/changed-features/compiler-plugins
66
next-page: /scala3/reference/changed-features/main-functions
77
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Main Methods"
33
type: section
4-
num: 69
4+
num: 70
55
previous-page: /scala3/reference/changed-features/lazy-vals-init
66
next-page: /scala3/reference/dropped-features
77
---

docs/docs/reference/changed-features/match-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Match Expressions"
33
type: section
4-
num: 62
4+
num: 63
55
previous-page: /scala3/reference/changed-features/overload-resolution
66
next-page: /scala3/reference/changed-features/vararg-splices
77
---
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "Numeric Literals"
33
type: section
4-
num: 52
4+
num: 53
55
previous-page: /scala3/reference/changed-features
66
next-page: /scala3/reference/changed-features/structural-types
77
---
88

9-
[Document was moved](../experimental/numeric-literals.md)
9+
[Document was moved](../experimental/numeric-literals.md)

0 commit comments

Comments
 (0)