From b90003fab7674f9129746d771a6ca260aeacb8f5 Mon Sep 17 00:00:00 2001 From: Kai Tomotake Date: Sun, 19 Apr 2026 14:26:20 +0900 Subject: [PATCH] fix-typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rsdocsjpのほうでPR出されていたtypo部分を改めて修正 --- content/docs/vec/Drain.mdx | 2 +- content/docs/vec/about.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/vec/Drain.mdx b/content/docs/vec/Drain.mdx index 7442700..ab45c0d 100644 --- a/content/docs/vec/Drain.mdx +++ b/content/docs/vec/Drain.mdx @@ -214,7 +214,7 @@ where { /* trait methods */ } ``` -### `Interator` +### `Iterator` ```rust impl Iterator for Drain<'_, T, A> diff --git a/content/docs/vec/about.mdx b/content/docs/vec/about.mdx index 309f2df..a6ab89e 100644 --- a/content/docs/vec/about.mdx +++ b/content/docs/vec/about.mdx @@ -22,4 +22,4 @@ description: モジュール std::vec | --- | --- | --- | | [`Drain`](./Drain.md) | ベクター内の指定された区間を削除し、取り除かれた要素を与えるイテレータ | 構造体 | | `IntoIter` | ベクター内の指定された区間の所有権を奪うイテレータ | 構造体 | -| `Splite` | ベクター内の指定された区間を与えられたイテレーターと入れ替え、元の要素を返すイテレータ | 構造体 | +| `Splice` | ベクター内の指定された区間を与えられたイテレーターと入れ替え、元の要素を返すイテレータ | 構造体 |