From 5037cca2b0e4748604b80e2abd37fea35fa8e572 Mon Sep 17 00:00:00 2001 From: ramya Date: Sat, 4 Feb 2017 16:40:11 -0500 Subject: [PATCH 1/3] Missing Text fix Fixed "Encapsulation" section which had missing text in Pages/Code-Organization/Contents --- page/code-organization/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page/code-organization/concepts.md b/page/code-organization/concepts.md index 3029806d..3a441ac1 100644 --- a/page/code-organization/concepts.md +++ b/page/code-organization/concepts.md @@ -20,7 +20,7 @@ The concept of loose coupling can be especially troublesome to developers making ## Encapsulation -The first step to code organization is separating pieces of your application into distinct pieces; sometimes, even just this effort is sufficient to lend +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. ### The Object Literal From d64d33cd23fb52d6ef1e38b42e7a179c87b947db Mon Sep 17 00:00:00 2001 From: ramya Date: Sat, 4 Feb 2017 16:41:47 -0500 Subject: [PATCH 2/3] Revert "Missing Text fix" This reverts commit 5037cca2b0e4748604b80e2abd37fea35fa8e572. --- page/code-organization/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page/code-organization/concepts.md b/page/code-organization/concepts.md index 3a441ac1..3029806d 100644 --- a/page/code-organization/concepts.md +++ b/page/code-organization/concepts.md @@ -20,7 +20,7 @@ The concept of loose coupling can be especially troublesome to developers making ## Encapsulation -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. +The first step to code organization is separating pieces of your application into distinct pieces; sometimes, even just this effort is sufficient to lend ### The Object Literal From ac817acd6bbcbf6edfcccc93d17d958fe7cb82ce Mon Sep 17 00:00:00 2001 From: ramya Date: Sat, 4 Feb 2017 17:03:58 -0500 Subject: [PATCH 3/3] Issue 744 Missing Text Component: Content file under Code-Organization Replaced incomplete text. Fixes #744 --- page/code-organization/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page/code-organization/concepts.md b/page/code-organization/concepts.md index 3029806d..a5130911 100644 --- a/page/code-organization/concepts.md +++ b/page/code-organization/concepts.md @@ -20,7 +20,7 @@ The concept of loose coupling can be especially troublesome to developers making ## Encapsulation -The first step to code organization is separating pieces of your application into distinct pieces; sometimes, even just this effort is sufficient to lend +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. ### The Object Literal