Skip to content

Commit 8088906

Browse files
committed
spelling: vector
Signed-off-by: Josh Soref <[email protected]>
1 parent 2081008 commit 8088906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/include/pplx/pplxtasks.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ struct _ResultHolder<std::vector<_Type ^>>
878878

879879
std::vector<_Type ^> Get()
880880
{
881-
// Return vectory<T^> with the objects that are marshaled in the proper apartment
881+
// Return vector<T^> with the objects that are marshaled in the proper apartment
882882
std::vector<_Type ^> _Return;
883883
_Return.reserve(_Result.size());
884884

0 commit comments

Comments
 (0)