Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/bhoffman0/CSAwesome
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 21, 2023
2 parents 3643cd0 + f505fd8 commit b5efe46
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _sources/Unit3-If-Statements/topic-3-4-else-ifs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Here is a flowchart for a conditional with 3 options like in the code above.

.. |walkthrough| raw:: html

<a href="http://www.sierrahelp.com/Walkthroughs/AdventureWalkthrough.html#in" target="_blank" style="text-decoration:underline">walkthrough</a>
<a href="https://adventuregamers.com/walkthrough/full/colossal-cave" target="_blank" style="text-decoration:underline">walkthrough</a>

.. |repl link| raw:: html

Expand Down
1 change: 0 additions & 1 deletion _sources/Unit5-Writing-Classes/topic-parsons-practice.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ Try to solve each of the following. Click the *Check Me* button to check each so
=====
} // end constructor
=====
} // end getArea
public String toString()
{
=====
Expand Down
2 changes: 1 addition & 1 deletion _sources/Unit6-Arrays/topic-6-1-array-basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ community. In this unit, you will create an array to hold objects of your class
@Test
public void testprint()
{
boolean passed = checkCodeContains("call to print() of array element 0", "[0].print();");
boolean passed = checkCodeContains("call to print() of array element 0", "[0].print");
assertTrue(passed);
}

Expand Down

0 comments on commit b5efe46

Please sign in to comment.