We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac99f8 commit 9f7f2e5Copy full SHA for 9f7f2e5
src/fsharp/FSharp.Core/reflect.fs
@@ -353,7 +353,7 @@ module internal Impl =
353
//
354
// Historically the FSharp.Core reflection utilities get used on implementations of
355
// System.Type that don't have functionality such as .IsEnum and .FullName fully implemented.
356
- // This happens particularly over TypeBuilderInstantiation types in the ProvideTypes implementation of System.TYpe
+ // This happens particularly over TypeBuilderInstantiation types in the ProvideTypes implementation of System.Type
357
// used in F# type providers.
358
typ.IsGenericType &&
359
typ.Namespace = "System" &&
0 commit comments