Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update headings
  • Loading branch information
andinus committed Oct 31, 2021
1 parent 7b0858e commit ff4a602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/algorithms/line-drawing/Bresenham.svelte
Expand Up @@ -78,7 +78,7 @@
</form>

<hr>
<h3>Solution:</h3>
<h3>Solution</h3>

{#if invalidInput === true}
<p class="note">
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/line-drawing/DDA.svelte
Expand Up @@ -68,7 +68,7 @@
</form>

<hr>
<h3>Solution:</h3>
<h3>Solution</h3>

<label for="dx">dx = <code>|x1 - x0|</code>: </label>
<input type="text" id="dx" name="dx" value={dx} disabled><br>
Expand Down

0 comments on commit ff4a602

Please sign in to comment.