Skip to content

Commit 5037cca

Browse files
Missing Text fix
Fixed "Encapsulation" section which had missing text in Pages/Code-Organization/Contents
1 parent 4558278 commit 5037cca

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)