Skip to content

Commit 51bc70d

Browse files
committed
small improvements in map
1 parent 6972631 commit 51bc70d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reference/map/map/cend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const_iterator cend() const noexcept;
1515

1616
## 戻り値
1717
コンテナの末尾の次を参照するイテレータ。
18-
`const_iterator` はいずれもメンバ型である`map` クラステンプレートにおいて、これらは双方向イテレータである
18+
`const_iterator` はメンバ型である`map` クラステンプレートにおいて、この型は双方向イテレータである
1919

2020

2121
## 計算量

reference/map/multimap/cend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const_iterator cend() const noexcept;
1515

1616
## 戻り値
1717
コンテナの末尾の次を参照するイテレータ。
18-
`const_iterator` はいずれもメンバ型である`multimap` クラステンプレートにおいて、これらは双方向イテレータである
18+
`const_iterator` はメンバ型である`multimap` クラステンプレートにおいて、この型は双方向イテレータである
1919

2020

2121
## 計算量

0 commit comments

Comments
 (0)