Skip to content

Commit 9b6caf8

Browse files
authored
Update 202-happy-number.md
1 parent d9d3f57 commit 9b6caf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/1-1000/202-happy-number.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ var isHappy = function (n, appearedNums) {
166166
```
167167
```
168168

169-
## C#
169+
## CSharp
170170

171171
```csharp
172172
public class Solution

0 commit comments

Comments
 (0)