diff --git a/reference/map/map/cend.md b/reference/map/map/cend.md index 585cbf732..ed267a6c0 100644 --- a/reference/map/map/cend.md +++ b/reference/map/map/cend.md @@ -15,7 +15,7 @@ const_iterator cend() const noexcept; ## 戻り値 コンテナの末尾の次を参照するイテレータ。 -`const_iterator` はいずれもメンバ型である。`map` クラステンプレートにおいて、これらは双方向イテレータである。 +`const_iterator` はメンバ型である。`map` クラステンプレートにおいて、この型は双方向イテレータである。 ## 計算量 diff --git a/reference/map/multimap/cend.md b/reference/map/multimap/cend.md index bdec05eab..5d5447bf7 100644 --- a/reference/map/multimap/cend.md +++ b/reference/map/multimap/cend.md @@ -15,7 +15,7 @@ const_iterator cend() const noexcept; ## 戻り値 コンテナの末尾の次を参照するイテレータ。 -`const_iterator` はいずれもメンバ型である。`multimap` クラステンプレートにおいて、これらは双方向イテレータである。 +`const_iterator` はメンバ型である。`multimap` クラステンプレートにおいて、この型は双方向イテレータである。 ## 計算量