Skip to content

Commit 2ddb6fe

Browse files
authored
Merge pull request #3153 from dsbos/patch-1
Fixed missing comma (closing an appositice) in types-dependent-function.md
2 parents 46a8ffe + 86d29da commit 2ddb6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/types-dependent-function.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ versionSpecific: true
1111
---
1212

1313
A *dependent function type* describes function types, where the result type may depend on the function’s parameter values.
14-
The concept of dependent types, and of dependent function types is more advanced and you would typically only come across it when designing your own libraries or using advanced libraries.
14+
The concept of dependent types, and of dependent function types, is more advanced and you would typically only come across it when designing your own libraries or using advanced libraries.
1515

1616
## Dependent Method Types
1717
Let's consider the following example of a heterogenous database that can store values of different types.

0 commit comments

Comments
 (0)