Skip to content

Commit 1eb29ef

Browse files
committed
Fix typo
1 parent 3f8fcd8 commit 1eb29ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/encapsulation/coupling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ long as code that is coupled is also "co-located" making changes
1414
to that code can be easier than if it were spread over multiple files.
1515

1616
A not insignificant part of practice in the coding world is deciding when
17-
pieces of a program deserve to be abstracted from eachother (to minimize interdependence)
17+
pieces of a program deserve to be abstracted from each other (to minimize interdependence)
1818
and when they deserve to be coupled together (to keep logic in one place.)

0 commit comments

Comments
 (0)