Skip to content

Commit 9a12ccb

Browse files
authored
Merge pull request #2920 from benluo/zh-cn/overviews/scala3-book/scala-tools
modified node number of each file. add string-interacting.md
2 parents 16e46c2 + e40add2 commit 9a12ccb

Some content is hidden

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

62 files changed

+417
-182
lines changed

_overviews/scala3-book/string-interpolation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: String Interpolation
33
type: chapter
44
description: This page provides more information about creating strings and using string interpolation.
5-
languages: [ru]
5+
languages: [ru, zh-cn]
66
num: 18
77
previous-page: first-look-at-types
88
next-page: control-structures

_zh-cn/overviews/core/string-interpolation.md

Lines changed: 0 additions & 119 deletions
This file was deleted.

_zh-cn/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: 上下文绑定
33
type: section
44
description: This page demonstrates Context Bounds in Scala 3.
55
language: zh-cn
6-
num: 61
6+
num: 62
77
previous-page: ca-context-parameters
88
next-page: ca-given-imports
99

_zh-cn/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: Given 实例和 Using 语句
33
type: section
44
description: This page demonstrates how to use 'given' instances and 'using' clauses in Scala 3.
55
language: zh-cn
6-
num: 60
6+
num: 61
77
previous-page: ca-extension-methods
88
next-page: ca-context-bounds
99

_zh-cn/overviews/scala3-book/ca-contextual-abstractions-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 上下文抽象
33
type: chapter
44
description: This chapter provides an introduction to the Scala 3 concept of Contextual Abstractions.
55
language: zh-cn
6-
num: 58
6+
num: 59
77
previous-page: types-others
88
next-page: ca-extension-methods
99

_zh-cn/overviews/scala3-book/ca-extension-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 扩展方法
33
type: section
44
description: This page demonstrates how Extension Methods work in Scala 3.
55
language: zh-cn
6-
num: 59
6+
num: 60
77
previous-page: ca-contextual-abstractions-intro
88
next-page: ca-context-parameters
99

_zh-cn/overviews/scala3-book/ca-given-imports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Given 导入
33
type: section
44
description: This page demonstrates how 'given' import statements work in Scala 3.
55
language: zh-cn
6-
num: 62
6+
num: 63
77
previous-page: ca-context-bounds
88
next-page: ca-type-classes
99

_zh-cn/overviews/scala3-book/ca-implicit-conversions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 隐式转换
33
type: section
44
description: This page demonstrates how to implement Implicit Conversions in Scala 3.
55
language: zh-cn
6-
num: 65
6+
num: 66
77
previous-page: ca-multiversal-equality
88
next-page: ca-summary
99

_zh-cn/overviews/scala3-book/ca-multiversal-equality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 多元相等性
33
type: section
44
description: This page demonstrates how to implement Multiversal Equality in Scala 3.
55
language: zh-cn
6-
num: 64
6+
num: 65
77
previous-page: ca-type-classes
88
next-page: ca-implicit-conversions
99

_zh-cn/overviews/scala3-book/ca-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 总结
33
type: section
44
description: This page provides a summary of the Contextual Abstractions lessons.
55
language: zh-cn
6-
num: 66
6+
num: 67
77
previous-page: ca-implicit-conversions
88
next-page: concurrency
99

0 commit comments

Comments
 (0)