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.
1 parent 7aebbd2 commit 7225c5fCopy full SHA for 7225c5f
_zh-cn/overviews/scala3-book/ca-context-bounds.md
@@ -14,7 +14,7 @@ permalink: "/zh-cn/scala3/book/:title.html"
14
---
15
16
17
-在许多情况下,[上下文参数]({% link _overviews/scala3-book/ca-context-parameters.md %}#context-parameters) 的名称不必明确提及,因为它仅由编译器在其他上下文参数的合成参数中使用。
+在许多情况下,[上下文参数]({% link _overviews/scala3-book/ca-context-parameters.md %}#context-parameters) 的名称不必显式提及,因为它仅在编译器为其他上下文参数合成实参的时候用到。
18
在这种情况下,您不必定义参数名称,只需提供参数类型即可。
19
20
## 背景
0 commit comments