Skip to content

Commit e626c8f

Browse files
authored
Update 1234. 替换子串得到平衡字符串_translated.md
1 parent df74621 commit e626c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/docs/CommunityShare/Leetcode/1234. 替换子串得到平衡字符串_translated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class Solution:
5050

5151
```
5252

53-
```golang
53+
```go
5454
func balancedString(s string) int {
5555
cnt, m := ['X']int{}, len(s)/4
5656
for _, c := range s {

0 commit comments

Comments
 (0)