Skip to content

method name is incorrect #1594

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 5, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _zh-cn/overviews/collections/seqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ language: zh-cn
| xs indexOf x | 返回序列xs中等于x的第一个元素的索引(存在多种变体)。 |
| xs lastIndexOf x | 返回序列xs中等于x的最后一个元素的索引(存在多种变体)。 |
| xs indexOfSlice ys | 查找子序列ys,返回xs中匹配的第一个索引。 |
| xs indexOfSlice ys | 查找子序列ys,返回xs中匹配的倒数一个索引。 |
| xs lastIndexOfSlice ys | 查找子序列ys,返回xs中匹配的倒数一个索引。 |
| xs indexWhere p | xs序列中满足p的第一个元素。(有多种形式) |
| xs segmentLength (p, i) | xs中,从xs(i)开始并满足条件p的元素的最长连续片段的长度。 |
| xs prefixLength p | xs序列中满足p条件的先头元素的最大个数。 |
Expand Down