Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alemelis committed Oct 4, 2020
1 parent 8736b5c commit fda9d79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hole/boxes-intersection.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func boxesIntersection() (args []string, out string) {
args = append(args, strconvbox(b2)+" "+strconvbox(b7))
outs = append(outs, "0")

// generate 98 more random cases
//// generate 98 more random cases
zeros := 0
nonZeros := 0
for zeros+nonZeros < 94 {
Expand Down
2 changes: 1 addition & 1 deletion holes.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ links = [
preamble = '''
<p>
A box is defined via <b>x</b>, <b>y</b>,
<b>w</b> and <b>w</b> as
<b>w</b> and <b>h</b> as
<pre>
y
Expand Down

0 comments on commit fda9d79

Please sign in to comment.