Skip to content

Commit 0b2d3c4

Browse files
author
Colin Robertson
authored
Add missing escape
1 parent 15a10e3 commit 0b2d3c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/cppcx/platform-collections-mapview-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ The input iterator of the first element in a range of elements used to initializ
162162
The input iterator of the first element after a range of elements used to initialize the current MapView.
163163
164164
*il*<br/>
165-
A [std::initializer_liststd::pair\<K,V>](../standard-library/initializer-list-class.md) whose elements will be inserted into the MapView.
165+
A [std::initializer_list\<std::pair\<K,V>>](../standard-library/initializer-list-class.md) whose elements will be inserted into the MapView.
166166
167167
## <a name="size"></a> MapView::Size Method
168168

0 commit comments

Comments
 (0)