Skip to content

Commit

Permalink
Update 数组类型-方法介绍.md
Browse files Browse the repository at this point in the history
更新描述,避免歧义,是反转数组,并不是反转数组成员的值
  • Loading branch information
hailaz authored Nov 22, 2024
1 parent 490bd66 commit d0ea543
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ func ExampleStrArray_Replace() {

## `Reverse`

- 说明:将数组中的所有元素反转
- 说明:将整个数组反转,例如:["qaz","wsx","edc","rfv"] => ["rfv","edc","wsx","qaz"]
- 格式:

```go
Expand Down

0 comments on commit d0ea543

Please sign in to comment.