Skip to content

Commit f4c38f0

Browse files
Youssef1313KevinRansom
authored andcommitted
Fix typo: abilty -> ability (#7647)
1 parent 4c11407 commit f4c38f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fsharpqa/Source/Misc/StaticMethodValueTypeMain.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// #Regression #Misc
22
#light
33

4-
// Verify abilty to call a static method on a generic type
4+
// Verify ability to call a static method on a generic type
55
// defined in another assembly. (FSB 1.0, 1529)
66

77
let _ = StructType<int>.StaticMethod()

0 commit comments

Comments
 (0)