From c1924520d56aac4e6ef02fc94435a2ab25fb8b70 Mon Sep 17 00:00:00 2001 From: Gordon Hogenson Date: Fri, 12 Oct 2018 14:54:07 -0700 Subject: [PATCH] Fix typo --- docs/cppcx/platform-collections-vectoriterator-class.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cppcx/platform-collections-vectoriterator-class.md b/docs/cppcx/platform-collections-vectoriterator-class.md index 585a763bdbe..10d72844a56 100644 --- a/docs/cppcx/platform-collections-vectoriterator-class.md +++ b/docs/cppcx/platform-collections-vectoriterator-class.md @@ -309,7 +309,7 @@ A integer displacement. The updated VectorIterator. -## ectorIterator::operator+ Operator +## VectorIterator::operator+ Operator Returns a VectorIterator that references the element at the specified displacement from the specified VectorIterator. @@ -408,4 +408,4 @@ The first syntax example is the default constructor. The second syntax example i ## See Also -[Platform Namespace](platform-namespace-c-cx.md) \ No newline at end of file +[Platform Namespace](platform-namespace-c-cx.md)