Commit 4391f41f4b956b02d5c291b77e79e29ec1ced8be

Authored by Scott Klum
1 parent ec9cc482

Fixed grammar in comments

Showing 1 changed file with 1 additions and 1 deletions
openbr/openbr_plugin.h
... ... @@ -483,7 +483,7 @@ struct TemplateList : public QList<Template>
483 483 }
484 484  
485 485 /*!
486   - * \brief Returns a list of #br::TemplateList containing templates with a each TemplateList containing the number of matrices specified by \em partitionSizes.
  486 + * \brief Returns a list of #br::TemplateList with each #br::Template in a given #br::TemplateList containing the number of matrices specified by \em partitionSizes.
487 487 */
488 488 QList<TemplateList> partition(const QList<int> &partitionSizes) const
489 489 {
... ...