From ef78f86b3a8c4ff9382dd335237dc87477d4ce8d Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Fri, 12 Mar 2021 12:02:26 +0000 Subject: [PATCH] (#15) Add spacing between text and code for example --- X10D/src/BooleanExtensions/BooleanExtensions.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/X10D/src/BooleanExtensions/BooleanExtensions.cs b/X10D/src/BooleanExtensions/BooleanExtensions.cs index 10589de..70f40d0 100644 --- a/X10D/src/BooleanExtensions/BooleanExtensions.cs +++ b/X10D/src/BooleanExtensions/BooleanExtensions.cs @@ -24,6 +24,7 @@ namespace X10D.BooleanExtensions /// 1 if is , or 0 otherwise. /// /// The following example illustrates the conversion of to values. + /// /// /// bool falseFlag = false; /// bool trueFlag = true; @@ -47,6 +48,7 @@ namespace X10D.BooleanExtensions /// 1 if is , or 0 otherwise. /// /// The following example illustrates the conversion of to values. + /// /// /// bool falseFlag = false; /// bool trueFlag = true; @@ -70,6 +72,7 @@ namespace X10D.BooleanExtensions /// 1 if is , or 0 otherwise. /// /// The following example illustrates the conversion of to values. + /// /// /// bool falseFlag = false; /// bool trueFlag = true; @@ -93,6 +96,7 @@ namespace X10D.BooleanExtensions /// 1 if is , or 0 otherwise. /// /// The following example illustrates the conversion of to values. + /// /// /// bool falseFlag = false; /// bool trueFlag = true; @@ -118,6 +122,7 @@ namespace X10D.BooleanExtensions /// 1 if is , or 0 otherwise. /// /// The following example illustrates the conversion of to values. + /// /// /// bool falseFlag = false; /// bool trueFlag = true; @@ -143,6 +148,7 @@ namespace X10D.BooleanExtensions /// 1 if is , or 0 otherwise. /// /// The following example illustrates the conversion of to values. + /// /// /// bool falseFlag = false; /// bool trueFlag = true; @@ -168,6 +174,7 @@ namespace X10D.BooleanExtensions /// 1 if is , or 0 otherwise. /// /// The following example illustrates the conversion of to values. + /// /// /// bool falseFlag = false; /// bool trueFlag = true;