Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
Capitalization (dotnet#7908)
Browse files Browse the repository at this point in the history
  • Loading branch information
fifty-six authored and nosami committed Feb 22, 2021
1 parent 99d37c6 commit 9c3f13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsharp/FSharp.Core/reflect.fs
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ module internal Impl =
//
// Historically the FSharp.Core reflection utilities get used on implementations of
// System.Type that don't have functionality such as .IsEnum and .FullName fully implemented.
// 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
// used in F# type providers.
typ.IsGenericType &&
typ.Namespace = "System" &&
Expand Down

0 comments on commit 9c3f13e

Please sign in to comment.