Skip to content

Commit 9f7f2e5

Browse files
fifty-sixbaronfel
authored andcommitted
Capitalization (#7908)
1 parent 8ac99f8 commit 9f7f2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fsharp/FSharp.Core/reflect.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ module internal Impl =
353353
//
354354
// Historically the FSharp.Core reflection utilities get used on implementations of
355355
// 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
356+
// This happens particularly over TypeBuilderInstantiation types in the ProvideTypes implementation of System.Type
357357
// used in F# type providers.
358358
typ.IsGenericType &&
359359
typ.Namespace = "System" &&

0 commit comments

Comments
 (0)