Skip to content
Snippets Groups Projects

Fix a copy'n'paste bug in the code documentation

Merged Oliver Sander requested to merge fix-copy-n-paste-bug into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -536,7 +536,7 @@ namespace Dune
public:
/**
* @brief The criterion for tagging connections as strong and nodes as isolated.
* This might be e.g. SymmetricDependency or UnSymmetricCriterion.
* This might be e.g. SymmetricCriterion or UnSymmetricCriterion.
*/
typedef T AggregationCriterion;
Loading