Skip to content

Commit

Permalink
#702: CollectionChainset: fix typo in documentation for mergeStepColl…
Browse files Browse the repository at this point in the history
…ective
  • Loading branch information
nmm0 committed Aug 4, 2020
1 parent 9ab41a3 commit 9e8e9ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vt/messaging/collection_chain_set.h
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class CollectionChainSet final {
* of both chainsets a and b. Additionally any additional steps in each
* chainset will occur after the merged step.
*
* \pre Each index in CollectionChainset a must exist in CollectionHainset b
* \pre Each index in CollectionChainset a must exist in CollectionChainset b
*
* \param[in] a the first chainset
* \param[in] b the second chainset
Expand All @@ -223,7 +223,7 @@ class CollectionChainSet final {
* of both chainsets a and b. Additionally any additional steps in each
* chainset will occur after the merged step.
*
* \pre Each index in CollectionChainset a must exist in CollectionHainset b
* \pre Each index in CollectionChainset a must exist in CollectionChainset b
*
* \param[in] label the label for the step
* \param[in] a the first chainset
Expand Down

0 comments on commit 9e8e9ef

Please sign in to comment.