Skip to content

Commit d301267

Browse files
Typo in 06-interfaces-generics.md (shader-slang#4284)
Co-authored-by: Jay Kwak <82421531+jkwak-work@users.noreply.github.com>
1 parent fa664d1 commit d301267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/06-interfaces-generics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ void g<T:IFoo>()
220220
Associated Types
221221
-------------------------
222222

223-
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:
223+
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:
224224
```csharp
225225
// Represents a container of float values.
226226
interface IFloatContainer

0 commit comments

Comments
 (0)