Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6e7f13c

Browse files
Merge pull request youngyangyang04#859 from jtr109/patch-1
fix typo
2 parents 62d523d + 8a39e60 commit 6e7f13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/0977.有序数组的平方.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
## 暴力排序
2929

30-
最直观的相反,莫过于:每个数平方之后,排个序,美滋滋,代码如下:
30+
最直观的想法,莫过于:每个数平方之后,排个序,美滋滋,代码如下:
3131

3232
```CPP
3333
class Solution {

0 commit comments

Comments
 (0)