Skip to content

Commit 8aaa2f1

Browse files
authored
Merge pull request #1594 from HelloWorld-orz/patch-1
method name is incorrect
2 parents 2b4e43a + d6b71c1 commit 8aaa2f1

File tree

1 file changed

+1
-1
lines changed
  • _zh-cn/overviews/collections

1 file changed

+1
-1
lines changed

_zh-cn/overviews/collections/seqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ language: zh-cn
3838
| xs indexOf x | 返回序列xs中等于x的第一个元素的索引(存在多种变体)。 |
3939
| xs lastIndexOf x | 返回序列xs中等于x的最后一个元素的索引(存在多种变体)。 |
4040
| xs indexOfSlice ys | 查找子序列ys,返回xs中匹配的第一个索引。 |
41-
| xs indexOfSlice ys | 查找子序列ys,返回xs中匹配的倒数一个索引。 |
41+
| xs lastIndexOfSlice ys | 查找子序列ys,返回xs中匹配的倒数一个索引。 |
4242
| xs indexWhere p | xs序列中满足p的第一个元素。(有多种形式) |
4343
| xs segmentLength (p, i) | xs中,从xs(i)开始并满足条件p的元素的最长连续片段的长度。 |
4444
| xs prefixLength p | xs序列中满足p条件的先头元素的最大个数。 |

0 commit comments

Comments
 (0)