Skip to content

Commit 29da681

Browse files
committed
spelling: functions
Signed-off-by: Josh Soref <[email protected]>
1 parent 86ee8c2 commit 29da681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<p>
77
This metric provides an indication of the lack of cohesion of a class,
88
using a method proposed by Chidamber and Kemerer in 1994. The idea
9-
behind measuring a class's cohesion is that most funcions in well-designed
9+
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.

0 commit comments

Comments
 (0)