Skip to content

Commit 86fdab7

Browse files
authored
Merge pull request #3154 from dsbos/patch-2
Fixed "as ... argument" to "as an ... argument" in ca-context-parameters.md
2 parents 2e0b75c + 5d66c96 commit 86fdab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Scala offers two important features for contextual abstraction:
1717
## Context Parameters
1818

1919
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.
20+
One common way to achieve this is by passing the configuration as an additional argument (or arguments) to your methods.
2121

2222
In the following example, we define a case class `Config` to model some website configuration and pass it around in the different methods.
2323

0 commit comments

Comments
 (0)