Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e802380

Browse files
authored
Update README.md
fixed typo
1 parent 2564bae commit e802380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ to change". It's tempting to jam-pack a class with a lot of functionality, like
994994
when you can only take one suitcase on your flight. The issue with this is
995995
that your class won't be conceptually cohesive and it will give it many reasons
996996
to change. Minimizing the amount of times you need to change a class is important.
997-
It's important because if too much functioanlity is in one class and you modify a piece of it,
997+
It's important because if too much functionality is in one class and you modify a piece of it,
998998
it can be difficult to understand how that will affect other dependent modules in
999999
your codebase.
10001000

0 commit comments

Comments
 (0)