dotnet / docs

This repository contains .NET Documentation.
https://learn.microsoft.com/dotnet
Creative Commons Attribution 4.0 International
4.23k stars 5.87k forks source link

Typo in Code #23415

Closed canine-afficionado closed 3 years ago

canine-afficionado commented 3 years ago

Based on the previous paragraph, I believe the first code snippet should be: public class MyGenericClass<T> where T : IComparable<T> { }


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

BillWagner commented 3 years ago

Thanks for noting this @canine-afficionado I've opened #23418 to address this issue.