Skip to content

Commit 19671c4

Browse files
authored
Update 437.path-sum-iii.md
1 parent eca0d9c commit 19671c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/437.path-sum-iii.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ var pathSum = function (root, sum) {
117117

118118
## 代码
119119

120-
- 语言支持:JS,Python
120+
- 语言支持:JS, Python
121121

122122
JS code:
123123
```js

0 commit comments

Comments
 (0)