Skip to content

Commit fbf1f14

Browse files
committed
docs: fix code block language in md
1 parent b720ab0 commit fbf1f14

File tree

1 file changed

+2
-2
lines changed
  • solution/0300-0399/0304.Range Sum Query 2D - Immutable

1 file changed

+2
-2
lines changed

solution/0300-0399/0304.Range Sum Query 2D - Immutable/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ public:
130130
*/
131131
```
132132
133-
### **C++**
133+
### **Go**
134134
135-
```cpp
135+
```go
136136
type NumMatrix struct {
137137
pre [][]int
138138
}

0 commit comments

Comments
 (0)