Skip to content
Open
Show file tree
Hide file tree
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 content/docs/vec/Drain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ where
{ /* trait methods */ }
```

### `Interator`
### `Iterator`

```rust
impl<T, A> Iterator for Drain<'_, T, A>
Expand Down
2 changes: 1 addition & 1 deletion content/docs/vec/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ description: モジュール std::vec
| --- | --- | --- |
| [`Drain`](./Drain.md) | ベクター内の指定された区間を削除し、取り除かれた要素を与えるイテレータ | 構造体 |
| `IntoIter` | ベクター内の指定された区間の所有権を奪うイテレータ | 構造体 |
| `Splite` | ベクター内の指定された区間を与えられたイテレーターと入れ替え、元の要素を返すイテレータ | 構造体 |
| `Splice` | ベクター内の指定された区間を与えられたイテレーターと入れ替え、元の要素を返すイテレータ | 構造体 |
Loading