Skip to content

Commit 93ad34d

Browse files
committed
Liikt forgive me
another shitty typo
1 parent 52b184a commit 93ad34d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contents/bubble_sort/bubble_sort.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This means that we need to go through the vector $$\mathcal{O}(n^2)$$ times with
1515
{% sample lang="c" %}
1616
[import:10-20, lang:"c_cpp"](code/c/bubble_sort.c)
1717
{% sample lang="c8" %}
18-
[import:39-63, lang:""](code/chip8/bubble_sort.c8)
18+
[import:39-63, lang:""](code/chip8/bubblesort.c8)
1919
{% sample lang="java" %}
2020
[import:2-12, lang:"java"](code/java/bubble.java)
2121
{% sample lang="kotlin" %}
@@ -88,7 +88,7 @@ Trust me, there are plenty of more complicated algorithms that do precisely the
8888
{% sample lang="c" %}
8989
[import, lang:"c_cpp"](code/c/bubble_sort.c)
9090
{% sample lang="c8" %}
91-
[import, lang:""](code/chip8/bubble_sort.c8)
91+
[import, lang:""](code/chip8/bubblesort.c8)
9292
{% sample lang="java" %}
9393
[import, lang:"java"](code/java/bubble.java)
9494
{% sample lang="kotlin" %}

0 commit comments

Comments
 (0)