We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e0b75c + 5d66c96 commit 86fdab7Copy full SHA for 86fdab7
_overviews/scala3-book/ca-context-parameters.md
@@ -17,7 +17,7 @@ Scala offers two important features for contextual abstraction:
17
## Context Parameters
18
19
When designing a system, often context information like _configuration_ or settings need to be provided to the different components of your system.
20
-One common way to achieve this is by passing the configuration as additional argument to your methods.
+One common way to achieve this is by passing the configuration as an additional argument (or arguments) to your methods.
21
22
In the following example, we define a case class `Config` to model some website configuration and pass it around in the different methods.
23
0 commit comments