Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3d80ecd

Browse files
committedDec 10, 2024·
Scala 2 Book migration - Control Structures
1 parent c35f5df commit 3d80ecd

Some content is hidden

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

43 files changed

+174
-49
lines changed
 

‎_overviews/scala3-book/ca-context-bounds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Context Bounds
33
type: section
44
description: This page demonstrates Context Bounds in Scala.
55
languages: [ru, zh-cn]
6-
num: 62
6+
num: 63
77
previous-page: ca-context-parameters
88
next-page: ca-given-imports
99
---

‎_overviews/scala3-book/ca-context-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Context Parameters
33
type: section
44
description: This page demonstrates how to declare context parameters, and how the compiler infers them at call-site.
55
languages: [ru, zh-cn]
6-
num: 61
6+
num: 62
77
previous-page: ca-extension-methods
88
next-page: ca-context-bounds
99
redirect_from: /scala3/book/ca-given-using-clauses.html

0 commit comments

Comments
 (0)
Please sign in to comment.