You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
Fixesjquery#744
Copy file name to clipboardExpand all lines: page/code-organization/concepts.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The concept of loose coupling can be especially troublesome to developers making
20
20
21
21
## Encapsulation
22
22
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.
0 commit comments