From ebfaa89801d63a3e03c32f7d8e35dc719d4fd68f Mon Sep 17 00:00:00 2001 From: NaN <107165614+SecondNewtonLaw@users.noreply.github.com> Date: Tue, 23 Jul 2024 00:10:30 -0300 Subject: [PATCH] Update type-constraints-on-generic-parameters.md --- docs/type-constraints-on-generic-parameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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