From d301267ccba581dd7af9237d88418d9f7aeb39e1 Mon Sep 17 00:00:00 2001 From: Elie Michel Date: Thu, 6 Jun 2024 20:54:57 +0200 Subject: Typo in 06-interfaces-generics.md (#4284) Co-authored-by: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> --- docs/user-guide/06-interfaces-generics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/user-guide/06-interfaces-generics.md b/docs/user-guide/06-interfaces-generics.md index cb6a5070e..7935f3551 100644 --- a/docs/user-guide/06-interfaces-generics.md +++ b/docs/user-guide/06-interfaces-generics.md @@ -220,7 +220,7 @@ void g() Associated Types ------------------------- -When writing code using interfaces and generics, there are some situations where the an interface method needs to return an object whose type is implementation-dependent. For example, consider the following `IFloatContainer` interface that represents a container of `float` values: +When writing code using interfaces and generics, there are some situations where an interface method needs to return an object whose type is implementation-dependent. For example, consider the following `IFloatContainer` interface that represents a container of `float` values: ```csharp // Represents a container of float values. interface IFloatContainer -- cgit v1.2.3