spelling: proposed

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-10-13 12:50:59 -04:00
parent fc2613f465
commit f063904739
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
"qhelp.dtd">
<qhelp>
<overview>
<p>This metric calculates the lack of cohesion of a type using a method propposed by Chidamber and
<p>This metric calculates the lack of cohesion of a type using a method proposed by Chidamber and
Kemerer in their paper <em>Towards a metrics suite for object oriented design</em>. Most well
designed types will have methods that access the same fields. If methods access disjoint subsets
of the classes fields it is an indication the class may have multiple responsibilities.</p>

View File

@@ -3,7 +3,7 @@
"qhelp.dtd">
<qhelp>
<overview>
<p>This metric calculates the lack of cohesion of a type using a method propposed by Brian
<p>This metric calculates the lack of cohesion of a type using a method proposed by Brian
Henderson-Sellers in his book <em>Object-Oriented Metrics</em>. Most well designed types will have
methods that access the same fields. If methods access disjoint subsets of the class's fields it is
an indication the class may have multiple responsibilities.</p>