diff --git a/docs/type-constraints-on-generic-parameters.md b/docs/type-constraints-on-generic-parameters.md index 64783dc..a8f9400 100644 --- a/docs/type-constraints-on-generic-parameters.md +++ b/docs/type-constraints-on-generic-parameters.md @@ -2,7 +2,7 @@ ## Summary -Modify the current generics implementation to allow types to be constrained. +Modify the current generics implementation to allow generic types to be constrained by a type. ## Motivation