Skip to content

Commit

Permalink
capitalize False
Browse files Browse the repository at this point in the history
  • Loading branch information
jlobue committed Oct 3, 2023
1 parent 11d5fbb commit f7e2465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/disc01/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h3 id="problem-1.3">Problem 1.3</h3>
<code>min(prices / calories)</code>.</p>
<p><br></p>
<h3 id="problem-1.4">Problem 1.4</h3>
<p>True or false: <code>min(prices / calories)</code> is the same as
<p>True or False: <code>min(prices / calories)</code> is the same as
<code>max(calories / price)</code>.</p>
<p><br></p>
<hr />
Expand Down
2 changes: 1 addition & 1 deletion problems/disc/disc01-datatypes_math.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ When we divide two arrays of the same length, their corresponding elements get d

# BEGIN SUBPROB

True or false: `min(prices / calories)` is the same as `max(calories / price)`.
True or False: `min(prices / calories)` is the same as `max(calories / price)`.

# BEGIN SOLN

Expand Down

0 comments on commit f7e2465

Please sign in to comment.