Skip to content

Commit 451c03e

Browse files
Issue 744 missing text (#1)
* Missing Text fix Fixed "Encapsulation" section which had missing text in Pages/Code-Organization/Contents * Revert "Missing Text fix" This reverts commit 5037cca. * Issue 744 Missing Text Component: Content file under Code-Organization Replaced incomplete text. Fixes jquery#744
1 parent 4558278 commit 451c03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/code-organization/concepts.md

+1-1
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)