From b63bb3f1e640808c243a8e7150e24416663696ae Mon Sep 17 00:00:00 2001 From: Joe <37256060+JosephDavidTalbot@users.noreply.github.com> Date: Wed, 19 Jan 2022 15:26:10 -0600 Subject: [PATCH 1/2] Fixed the Coding Contracts docs formatting The table wasn't displaying, and one of the lines was out of place. This should probably fix it. --- doc/source/basicgameplay/codingcontracts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/basicgameplay/codingcontracts.rst b/doc/source/basicgameplay/codingcontracts.rst index f4f653250..00feb7eba 100644 --- a/doc/source/basicgameplay/codingcontracts.rst +++ b/doc/source/basicgameplay/codingcontracts.rst @@ -113,7 +113,7 @@ The list contains the name of (i.e. the value returned by | | | to any position from i to i+n. | | | | | | | | Assuming you are initially positioned at the start of the array, determine | -| | | whether you are able to reach the last index of the array. | +| | | whether you are able to reach the last index of the array. | +------------------------------------+------------------------------------------------------------------------------------------+ | Merge Overlapping Intervals | | Given an array of intervals, merge all overlapping intervals. An interval | | | | is an array with two numbers, where the first number is always less than | From 5952f0188532fb8cb82fbed085d0c3eb0685f092 Mon Sep 17 00:00:00 2001 From: Joe <37256060+JosephDavidTalbot@users.noreply.github.com> Date: Wed, 19 Jan 2022 15:34:48 -0600 Subject: [PATCH 2/2] Fixed Coding Contract Documentation The table wasn't displaying. Put a misplaced | back where it should be. Should work fine now. --- doc/source/basicgameplay/codingcontracts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/basicgameplay/codingcontracts.rst b/doc/source/basicgameplay/codingcontracts.rst index f4f653250..00feb7eba 100644 --- a/doc/source/basicgameplay/codingcontracts.rst +++ b/doc/source/basicgameplay/codingcontracts.rst @@ -113,7 +113,7 @@ The list contains the name of (i.e. the value returned by | | | to any position from i to i+n. | | | | | | | | Assuming you are initially positioned at the start of the array, determine | -| | | whether you are able to reach the last index of the array. | +| | | whether you are able to reach the last index of the array. | +------------------------------------+------------------------------------------------------------------------------------------+ | Merge Overlapping Intervals | | Given an array of intervals, merge all overlapping intervals. An interval | | | | is an array with two numbers, where the first number is always less than |