Skip to content

Commit 5116bd5

Browse files
committed
please work
1 parent 93ad34d commit 5116bd5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

book.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
{
5656
"lang": "c8",
57-
"name": "Chip-8"
57+
"name": "chip-8"
5858
},
5959
{
6060
"lang": "py",

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/bubblesort.c8)
18+
[import:39-63, lang:"chip-8"](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/bubblesort.c8)
91+
[import, lang:"chip-8"](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)