Skip to content

Commit f2baa77

Browse files
code-organization: Fix incomplete sentence under "Encapsulation"
Fixed "Encapsulation" section which had missing text. The incomplete "is sufficient to lend" sentence has been here as early as the first 2011 commit of the book that the site was based on: https://github.com/rmurphey/jqfundamentals/blob/55eb9dd5d5779b884fdafbe6673b04a5d0c97733/book/part3-advanced-topics/ch10-code-organization.html Closes #748. Fixes #744.
1 parent 53786e8 commit f2baa77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/code-organization/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The concept of loose coupling can be especially troublesome to developers making
2020

2121
## Encapsulation
2222

23-
The first step to code organization is separating pieces of your application into distinct pieces; sometimes, even just this effort is sufficient to lend
23+
The first step to code organization is separating pieces of your application into distinct pieces; sometimes, even just this effort is sufficient to improve the structure of your code and its maintainability.
2424

2525
### The Object Literal
2626

0 commit comments

Comments
 (0)