Skip to content

Commit 5d6338c

Browse files
authored
fix: correct the name of C++ (doocs#872)
1 parent 5687678 commit 5d6338c

File tree

1 file changed

+1
-1
lines changed
  • solution/2400-2499/2455.Average Value of Even Numbers That Are Divisible by Three

1 file changed

+1
-1
lines changed

solution/2400-2499/2455.Average Value of Even Numbers That Are Divisible by Three/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class Solution {
8383
}
8484
```
8585

86-
### **C+++**
86+
### **C++**
8787

8888
```cpp
8989
class Solution {

0 commit comments

Comments
 (0)