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

Commit 538d27f

Browse files
Youssef1313nosami
authored andcommitted
Fix typo: abilty -> ability (dotnet#7647)
1 parent 24eee8e commit 538d27f

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)