Skip to content

Commit e72bf4d

Browse files
authored
fixed typo in class name
i still don't use it, so idc i guess
1 parent 20c17cc commit e72bf4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

calculations.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System;
22

3-
class calulations{
3+
class calculations{
44
void factorial(float ofNumber){
55
for(int i; i = )
66
}
7-
}
7+
}

0 commit comments

Comments
 (0)