Skip to content

Commit 281bb0e

Browse files
committed
spelling: proposed
Signed-off-by: Josh Soref <[email protected]>
1 parent bbc9931 commit 281bb0e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cpp/ql/src/Metrics/Classes/CLackOfCohesionCK.qhelp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<overview>
66
<p>
77
This metric provides an indication of the lack of cohesion of a class,
8-
using a method propposed by Chidamber and Kemerer in 1994. The idea
8+
using a method proposed by Chidamber and Kemerer in 1994. The idea
99
behind measuring a class's cohesion is that most functions in well-designed
1010
classes will access the same fields. Types that exhibit a lack of cohesion
1111
are often trying to take on multiple responsibilities, and should be split
1212
into several smaller classes.
1313
</p>
1414

1515
<p>
16-
Various measures of lack of cohesion have been propposed: while the basic
16+
Various measures of lack of cohesion have been proposed: while the basic
1717
intuition is simple, the precise way to measure this property has been the
1818
subject of intense debate. Rather than getting involved in this debate,
1919
more than one such lack of cohesion measure is provided for comparison purposes.

csharp/ql/src/Metrics/RefTypes/TLackOfCohesionCK.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"qhelp.dtd">
44
<qhelp>
55
<overview>
6-
<p>This metric calculates the lack of cohesion of a type using a method propposed by Chidamber and
6+
<p>This metric calculates the lack of cohesion of a type using a method proposed by Chidamber and
77
Kemerer in their paper <em>Towards a metrics suite for object oriented design</em>. Most well
88
designed types will have methods that access the same fields. If methods access disjoint subsets
99
of the classes fields it is an indication the class may have multiple responsibilities.</p>

csharp/ql/src/Metrics/RefTypes/TLackOfCohesionHS.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"qhelp.dtd">
44
<qhelp>
55
<overview>
6-
<p>This metric calculates the lack of cohesion of a type using a method propposed by Brian
6+
<p>This metric calculates the lack of cohesion of a type using a method proposed by Brian
77
Henderson-Sellers in his book <em>Object-Oriented Metrics</em>. Most well designed types will have
88
methods that access the same fields. If methods access disjoint subsets of the class's fields it is
99
an indication the class may have multiple responsibilities.</p>

0 commit comments

Comments
 (0)