diff --git a/_overviews/scala3-book/types-dependent-function.md b/_overviews/scala3-book/types-dependent-function.md index 96f6d3621..cf86880fa 100644 --- a/_overviews/scala3-book/types-dependent-function.md +++ b/_overviews/scala3-book/types-dependent-function.md @@ -11,7 +11,7 @@ versionSpecific: true --- A *dependent function type* describes function types, where the result type may depend on the function’s parameter values. -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. +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. ## Dependent Method Types Let's consider the following example of a heterogenous database that can store values of different types.