Skip to content

Commit

Permalink
Merge pull request bhoffman0#186 from bhoffman0/fixes/reported-errors…
Browse files Browse the repository at this point in the history
…-5-12-and-6-1

small fixes
  • Loading branch information
bhoffman0 authored Nov 21, 2023
2 parents 4e3c2a0 + 60baa63 commit 2ef4628
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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 2ef4628

Please sign in to comment.